forgot git

This commit is contained in:
Steven Anderson
2023-07-31 23:21:01 -04:00
parent f24a86ca7a
commit 05602a39fc
+1 -1
View File
@@ -3,7 +3,7 @@ FROM ubuntu:20.04
WORKDIR /app
RUN apt-get update && \
apt-get install -y python3.8 python3-pip && \
apt-get install -y --no-install-recommends git python3.8 python3-pip && \
rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/tinygrad/tinygrad.git