Spaces:
Sleeping
Sleeping
Commit
·
a48b234
1
Parent(s):
5415e8c
feat: Update application with new changes12
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -2,9 +2,9 @@ FROM python:3.11-slim
|
|
| 2 |
|
| 3 |
WORKDIR /code
|
| 4 |
|
| 5 |
-
# ---
|
| 6 |
-
# This tells
|
| 7 |
-
ENV
|
| 8 |
|
| 9 |
COPY ./requirements.txt /code/requirements.txt
|
| 10 |
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /code
|
| 4 |
|
| 5 |
+
# --- MODIFIED: Use the correct, modern environment variable ---
|
| 6 |
+
# This tells ALL Hugging Face libraries where to store cache files.
|
| 7 |
+
ENV HF_HOME="/code/data/cache"
|
| 8 |
|
| 9 |
COPY ./requirements.txt /code/requirements.txt
|
| 10 |
|