Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,8 @@ RUN mkdir -p /data
|
|
| 12 |
RUN chmod 777 /data
|
| 13 |
RUN mkdir -p /app
|
| 14 |
RUN chmod 777 /app
|
|
|
|
|
|
|
| 15 |
RUN mkdir -p ./gradio_files
|
| 16 |
RUN chmod 777 ./gradio_files
|
| 17 |
|
|
|
|
| 12 |
RUN chmod 777 /data
|
| 13 |
RUN mkdir -p /app
|
| 14 |
RUN chmod 777 /app
|
| 15 |
+
RUN mkdir -p /.cache
|
| 16 |
+
RUN chmod 777 /.cache
|
| 17 |
RUN mkdir -p ./gradio_files
|
| 18 |
RUN chmod 777 ./gradio_files
|
| 19 |
|