akiko19191 commited on
Commit
043a4cd
·
verified ·
1 Parent(s): 29e92d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,4 +9,6 @@ ENV COLLECTION_NAME=rag
9
  ENV ATLAS_SEARCH_INDEX=vector_index
10
 
11
  RUN mkdir -p /app/uploads && chmod -R 777 /app/uploads
 
 
12
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
 
9
  ENV ATLAS_SEARCH_INDEX=vector_index
10
 
11
  RUN mkdir -p /app/uploads && chmod -R 777 /app/uploads
12
+ RUN mkdir -p /nltk_data && chmod -R 777 /nltk_data
13
+
14
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache