heikowagner commited on
Commit
b227d81
1 Parent(s): 17f14f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ RUN pip install -r requirements.txt
9
  RUN ls -la
10
  #RUN python load_docs.py
11
  RUN python run.py
 
 
12
  CMD ["streamlit", "run", "app.py", "--server.port=7860"]
13
  #CMD ls -la
14
  EXPOSE 7860
 
9
  RUN ls -la
10
  #RUN python load_docs.py
11
  RUN python run.py
12
+ RUN mkdir /.cache
13
+ RUN chmod 777 /.cache
14
  CMD ["streamlit", "run", "app.py", "--server.port=7860"]
15
  #CMD ls -la
16
  EXPOSE 7860