Spaces:
Sleeping
Sleeping
Commit ·
aabfab4
1
Parent(s): 0d7eb77
solving the cache files
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -7,6 +7,8 @@ COPY src/ ./src
|
|
| 7 |
RUN pip install uv
|
| 8 |
RUN uv pip install --system -r requirements.txt
|
| 9 |
|
|
|
|
|
|
|
| 10 |
EXPOSE 8501
|
| 11 |
|
| 12 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
|
|
|
| 7 |
RUN pip install uv
|
| 8 |
RUN uv pip install --system -r requirements.txt
|
| 9 |
|
| 10 |
+
ENV HF_HOME=/app/cache
|
| 11 |
+
|
| 12 |
EXPOSE 8501
|
| 13 |
|
| 14 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|