Spaces:
Sleeping
Sleeping
Update dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -18,3 +18,7 @@ ENV BOKEH_ALLOW_WS_ORIGIN=localhost:5006
|
|
| 18 |
|
| 19 |
# Run app.py when the container launches
|
| 20 |
CMD ["bokeh", "serve", "--show", "dashboard/app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# Run app.py when the container launches
|
| 20 |
CMD ["bokeh", "serve", "--show", "dashboard/app.py"]
|
| 21 |
+
RUN mkdir /.cache
|
| 22 |
+
RUN chmod 777 /.cache
|
| 23 |
+
RUN mkdir .chroma
|
| 24 |
+
RUN chmod 777 .chroma
|