oceansweep commited on
Commit
5adff4d
1 Parent(s): d8f7751

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -43,6 +43,7 @@ ENV PYTHONUNBUFFERED=1 \
43
  GRADIO_SERVER_NAME=0.0.0.0 \
44
  GRADIO_THEME=huggingface \
45
  SYSTEM=spaces
 
46
 
47
  # Command to run the application
48
  CMD ["python3", "app.py"]
 
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"]