Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ FROM python:3.9-slim
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# Set the Hugging Face cache directory to a local folder
|
| 8 |
-
ENV HF_HOME
|
| 9 |
|
| 10 |
# Copy the requirements file and install dependencies
|
| 11 |
# This is done first to leverage Docker's layer caching
|
|
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# Set the Hugging Face cache directory to a local folder
|
| 8 |
+
ENV HF_HOME=./cache
|
| 9 |
|
| 10 |
# Copy the requirements file and install dependencies
|
| 11 |
# This is done first to leverage Docker's layer caching
|