Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,8 @@ ENV MPLCONFIGDIR=/code/www/matplotlib_cache
|
|
| 14 |
RUN mkdir -p /code/www/transformers_cache && \
|
| 15 |
mkdir -p /code/www/matplotlib_cache && \
|
| 16 |
chmod -R 777 /code/www/transformers_cache && \
|
| 17 |
-
chmod -R 777 /code/www/matplotlib_cache
|
|
|
|
| 18 |
|
| 19 |
# Copy the rest of the application code
|
| 20 |
COPY . .
|
|
|
|
| 14 |
RUN mkdir -p /code/www/transformers_cache && \
|
| 15 |
mkdir -p /code/www/matplotlib_cache && \
|
| 16 |
chmod -R 777 /code/www/transformers_cache && \
|
| 17 |
+
chmod -R 777 /code/www/matplotlib_cache && \
|
| 18 |
+
chmod -R 777 /code/www
|
| 19 |
|
| 20 |
# Copy the rest of the application code
|
| 21 |
COPY . .
|