Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \
|
|
| 11 |
libsm6 \
|
| 12 |
libxrender1
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
# Copy all project files into the Docker image
|
| 15 |
COPY . /app
|
| 16 |
|
|
|
|
| 11 |
libsm6 \
|
| 12 |
libxrender1
|
| 13 |
|
| 14 |
+
# Set Hugging Face cache directory to a writable location
|
| 15 |
+
ENV HF_HOME /app/.cache
|
| 16 |
+
|
| 17 |
# Copy all project files into the Docker image
|
| 18 |
COPY . /app
|
| 19 |
|