Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ ENV HF_HOME=/app/.cache/huggingface
|
|
11 |
ENV MPLCONFIGDIR=/app/.cache/matplotlib
|
12 |
|
13 |
# Adding permission for the cache
|
14 |
-
RUN chmod -R 777 /app/.cache
|
15 |
|
16 |
# Give write permissions to the /app directory
|
17 |
RUN chmod -R 777 /app
|
|
|
11 |
ENV MPLCONFIGDIR=/app/.cache/matplotlib
|
12 |
|
13 |
# Adding permission for the cache
|
14 |
+
#RUN chmod -R 777 /app/.cache
|
15 |
|
16 |
# Give write permissions to the /app directory
|
17 |
RUN chmod -R 777 /app
|