mashe commited on
Commit
36e7388
·
1 Parent(s): 20e7824

transformers cache export

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ EXPOSE 7860
24
  ENV GRADIO_SERVER_PORT=7860
25
 
26
  # Run app.py when the container launches
27
- CMD ["python", "app.py"]
 
24
  ENV GRADIO_SERVER_PORT=7860
25
 
26
  # Run app.py when the container launches
27
+ CMD ["export TRANSFORMERS_CACHE=/.cache/huggingface/hub","python", "app.py"]