We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e819204 commit a3ff291Copy full SHA for a3ff291
Dockerfile
@@ -26,4 +26,4 @@ WORKDIR /home/max
26
RUN mkdir assets
27
COPY . .
28
RUN conda install python==3.7.11
29
-RUN pip install --upgrade pip && pip install -r requirements.txt
+RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r requirements.txt
Dockerfile.arm32v7
@@ -31,5 +31,5 @@ WORKDIR /home/max
31
32
33
34
35
0 commit comments