mashe commited on
Commit
f2780d6
·
verified ·
1 Parent(s): 537868a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ EXPOSE 7860
24
  ENV GRADIO_SERVER_PORT=7860
25
 
26
  # Set the HF_HOME environment variable to a writable directory
27
- ENV HF_HOME=/app/.cache/huggingface
28
 
29
  # Create the cache directory if it doesn't exist
30
  RUN mkdir -p $HF_HOME
 
24
  ENV GRADIO_SERVER_PORT=7860
25
 
26
  # Set the HF_HOME environment variable to a writable directory
27
+ ENV HF_HOME=/app/.cache/huggingface/hub
28
 
29
  # Create the cache directory if it doesn't exist
30
  RUN mkdir -p $HF_HOME