heikowagner commited on
Commit
7423d03
1 Parent(s): 98639ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -37,6 +37,7 @@ RUN mkdir /.cache
37
  RUN mkdir /nltk_data
38
  RUN mkdir /VectorStore
39
  RUN mkdir /app/.cache
 
40
  RUN ls -la
41
  RUN python run.py
42
  RUN chmod 777 /VectorStore
 
37
  RUN mkdir /nltk_data
38
  RUN mkdir /VectorStore
39
  RUN mkdir /app/.cache
40
+ RUN mkdir /mymodels
41
  RUN ls -la
42
  RUN python run.py
43
  RUN chmod 777 /VectorStore