Spaces:
Runtime error
Runtime error
Tina Odaka commited on
Commit ·
1fcff8c
1
Parent(s): 17d9065
take out warning of matplotlib
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,8 @@ CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860",
|
|
| 12 |
|
| 13 |
RUN mkdir /.cache
|
| 14 |
RUN chmod 777 /.cache
|
|
|
|
|
|
|
| 15 |
RUN mkdir .chroma
|
| 16 |
RUN chmod 777 .chroma
|
| 17 |
RUN mkdir /.local
|
|
|
|
| 12 |
|
| 13 |
RUN mkdir /.cache
|
| 14 |
RUN chmod 777 /.cache
|
| 15 |
+
RUN mkdir /.config
|
| 16 |
+
RUN chmod 777 /.config
|
| 17 |
RUN mkdir .chroma
|
| 18 |
RUN chmod 777 .chroma
|
| 19 |
RUN mkdir /.local
|