umgefahren
commited on
Commit
·
9199381
1
Parent(s):
216dc23
Move cache to tmp
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -28,8 +28,8 @@ RUN python -m pip install gradio
|
|
28 |
|
29 |
COPY . .
|
30 |
|
31 |
-
ENV TORCH_HOME /
|
32 |
-
ENV MPLCONFIGDIR /
|
33 |
|
34 |
|
35 |
CMD ["python", "main.py"]
|
|
|
28 |
|
29 |
COPY . .
|
30 |
|
31 |
+
ENV TORCH_HOME /tmp/torch
|
32 |
+
ENV MPLCONFIGDIR /tmp/matplotlib
|
33 |
|
34 |
|
35 |
CMD ["python", "main.py"]
|