Spaces:
Sleeping
Sleeping
Commit
·
df70722
1
Parent(s):
81217a2
Update Dockerfile.
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -17,8 +17,8 @@ RUN mkdir -p /.streamlit
|
|
| 17 |
RUN chmod -R 777 /.streamlit
|
| 18 |
RUN mkdir -p /.config
|
| 19 |
RUN chmod -R 777 /.config
|
| 20 |
-
RUN mkdir -p /.trash
|
| 21 |
-
RUN chmod -R 777 /.trash
|
| 22 |
RUN find /app -type d -exec chmod 777 {} \;
|
| 23 |
RUN find /app -type f -exec chmod 644 {} \;
|
| 24 |
|
|
|
|
| 17 |
RUN chmod -R 777 /.streamlit
|
| 18 |
RUN mkdir -p /.config
|
| 19 |
RUN chmod -R 777 /.config
|
| 20 |
+
RUN mkdir -p /app/mlrun/.trash
|
| 21 |
+
RUN chmod -R 777 /app/mlrun/.trash
|
| 22 |
RUN find /app -type d -exec chmod 777 {} \;
|
| 23 |
RUN find /app -type f -exec chmod 644 {} \;
|
| 24 |
|