umgefahren commited on
Commit
9199381
·
1 Parent(s): 216dc23

Move cache to tmp

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -28,8 +28,8 @@ RUN python -m pip install gradio
28
 
29
  COPY . .
30
 
31
- ENV TORCH_HOME /data/torch
32
- ENV MPLCONFIGDIR /data/matplotlib
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"]