Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ FROM python:3.9-slim
|
|
4 |
# Set the working directory in the container
|
5 |
WORKDIR /code
|
6 |
|
7 |
-
ENV
|
8 |
|
9 |
# Copy the requirements.txt file into the container at /code
|
10 |
COPY requirements.txt /code/requirements.txt
|
|
|
4 |
# Set the working directory in the container
|
5 |
WORKDIR /code
|
6 |
|
7 |
+
ENV HF_HOME=/code/.cache
|
8 |
|
9 |
# Copy the requirements.txt file into the container at /code
|
10 |
COPY requirements.txt /code/requirements.txt
|