Spaces:
Sleeping
Sleeping
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
# Set cache environment so model is stored in /app/.cache
|
| 11 |
-
ENV
|
| 12 |
ENV HF_HUB_CACHE=/app/.cache/hub
|
| 13 |
|
| 14 |
# Pre-download the model
|
|
|
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
# Set cache environment so model is stored in /app/.cache
|
| 11 |
+
ENV HF_HOME=/app/.cache/transformers
|
| 12 |
ENV HF_HUB_CACHE=/app/.cache/hub
|
| 13 |
|
| 14 |
# Pre-download the model
|