Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -28,6 +28,9 @@ ENV MPLCONFIGDIR=/app/.cache/matplotlib
|
|
| 28 |
# Adding permission for the cache
|
| 29 |
RUN chmod -R 777 /app/.cache
|
| 30 |
|
|
|
|
|
|
|
|
|
|
| 31 |
# Set the working directory
|
| 32 |
WORKDIR /app
|
| 33 |
|
|
|
|
| 28 |
# Adding permission for the cache
|
| 29 |
RUN chmod -R 777 /app/.cache
|
| 30 |
|
| 31 |
+
# Give write permissions to the /app directory
|
| 32 |
+
RUN chmod -R 777 /app
|
| 33 |
+
|
| 34 |
# Set the working directory
|
| 35 |
WORKDIR /app
|
| 36 |
|