oceansweep commited on
Commit
0b0710f
1 Parent(s): 4e9bd45

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ ENV PYTHONUNBUFFERED=1 \
43
  GRADIO_SERVER_NAME=0.0.0.0 \
44
  GRADIO_THEME=huggingface \
45
  SYSTEM=spaces \
46
- TRANSFORMERS_CACHE=$HOME/.cache
47
 
48
  # Command to run the application
49
  CMD ["python3", "app.py"]
 
43
  GRADIO_SERVER_NAME=0.0.0.0 \
44
  GRADIO_THEME=huggingface \
45
  SYSTEM=spaces \
46
+ TRANSFORMERS_CACHE=/dev/shm
47
 
48
  # Command to run the application
49
  CMD ["python3", "app.py"]