Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10.9
|
|
3 |
|
4 |
ENV PYTHONUNBUFFERED=1 \
|
5 |
PORT=8000 \
|
6 |
-
HF_HOME=/home/user/
|
7 |
|
8 |
# Copy the current directory contents into the container at .
|
9 |
COPY . .
|
|
|
3 |
|
4 |
ENV PYTHONUNBUFFERED=1 \
|
5 |
PORT=8000 \
|
6 |
+
HF_HOME=/home/user/app/hf_cache
|
7 |
|
8 |
# Copy the current directory contents into the container at .
|
9 |
COPY . .
|