Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,5 @@ CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860",
|
|
| 13 |
RUN mkdir /.cache
|
| 14 |
RUN chmod 777 /.cache
|
| 15 |
RUN mkdir .chroma
|
| 16 |
-
RUN chmod 777 .chroma
|
|
|
|
|
|
| 13 |
RUN mkdir /.cache
|
| 14 |
RUN chmod 777 /.cache
|
| 15 |
RUN mkdir .chroma
|
| 16 |
+
RUN chmod 777 .chroma
|
| 17 |
+
RUN chmod u+w ~/.local
|