Update Dockerfile
Browse files- 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
|