Spaces:
Sleeping
Sleeping
O S I H
commited on
Commit
·
f9a1561
1
Parent(s):
2141630
change hf cache directory
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
FROM python:3.9
|
| 5 |
|
| 6 |
WORKDIR /code
|
| 7 |
-
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
| 4 |
FROM python:3.9
|
| 5 |
|
| 6 |
WORKDIR /code
|
| 7 |
+
ENV HF_HOME=/code/.cache/huggingface
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|