Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ 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
|
| 16 |
ENV MPLCONFIGDIR=/cache/matplotlib
|
| 17 |
|
| 18 |
# Install dependencies
|
|
|
|
| 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 |
|
| 18 |
# Install dependencies
|