Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse filesupdate based on warning
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ COPY requirements.txt ./
|
|
| 24 |
COPY src/ ./src/
|
| 25 |
|
| 26 |
# Configure Hugging Face / transformers cache inside container to avoid permission issues
|
| 27 |
-
ENV
|
| 28 |
HUGGINGFACE_HUB_CACHE=/app/.cache/huggingface/hub \
|
| 29 |
HF_HOME=/app/.cache/huggingface \
|
| 30 |
XDG_CACHE_HOME=/app/.cache \
|
|
|
|
| 24 |
COPY src/ ./src/
|
| 25 |
|
| 26 |
# Configure Hugging Face / transformers cache inside container to avoid permission issues
|
| 27 |
+
ENV HF_HOME=/app/.cache/huggingface/transformers \
|
| 28 |
HUGGINGFACE_HUB_CACHE=/app/.cache/huggingface/hub \
|
| 29 |
HF_HOME=/app/.cache/huggingface \
|
| 30 |
XDG_CACHE_HOME=/app/.cache \
|