Sophia Yang commited on
Commit
91fca6d
1 Parent(s): f470848

permission issue

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -25,4 +25,6 @@ COPY . .
25
  CMD ["panel", "serve", "/code/LangChain_QA_Panel_App.ipynb", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "sophiamyang-panel-pdf-qa.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
26
 
27
  RUN mkdir /.cache
28
- RUN chmod 777 /.cache
 
 
 
25
  CMD ["panel", "serve", "/code/LangChain_QA_Panel_App.ipynb", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "sophiamyang-panel-pdf-qa.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
26
 
27
  RUN mkdir /.cache
28
+ RUN chmod 777 /.cache
29
+ RUN mkdir .chroma
30
+ RUN chmod 777 .chroma