Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ COPY requirements.txt .
|
|
| 11 |
RUN mkdir -p /cache/huggingface /cache/matplotlib \
|
| 12 |
&& chmod -R 777 /cache/huggingface /cache/matplotlib
|
| 13 |
|
| 14 |
-
# Set environment variables for Hugging Face and Matplotlib
|
| 15 |
ENV HF_HOME=/cache/huggingface
|
| 16 |
ENV MPLCONFIGDIR=/cache/matplotlib
|
| 17 |
|
|
|
|
| 11 |
RUN mkdir -p /cache/huggingface /cache/matplotlib \
|
| 12 |
&& chmod -R 777 /cache/huggingface /cache/matplotlib
|
| 13 |
|
| 14 |
+
# Set environment variables for Hugging Face and Matplotlib
|
| 15 |
ENV HF_HOME=/cache/huggingface
|
| 16 |
ENV MPLCONFIGDIR=/cache/matplotlib
|
| 17 |
|