Eman96 commited on
Commit
de2aed7
·
verified ·
1 Parent(s): 88a0904

Update dockerfile

Browse files
Files changed (1) hide show
  1. 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