heikowagner commited on
Commit
2342754
1 Parent(s): 4b9b11a
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,9 +13,9 @@ RUN --mount=type=secret,id=OPENAI_API_KEY \
13
  RUN python run.py
14
  RUN mkdir /.cache
15
  RUN chmod 777 /.cache
16
- RUN /nltk_data
17
  RUN chmod 777 /nltk_data
18
- RUN /VectorStore
19
  RUN chmod 777 /VectorStore
20
 
21
  CMD ["streamlit", "run", "app.py", "--server.port=7860"]
 
13
  RUN python run.py
14
  RUN mkdir /.cache
15
  RUN chmod 777 /.cache
16
+ RUN mkdir /nltk_data
17
  RUN chmod 777 /nltk_data
18
+ RUN mkdir /VectorStore
19
  RUN chmod 777 /VectorStore
20
 
21
  CMD ["streamlit", "run", "app.py", "--server.port=7860"]