camphong24032002 commited on
Commit
3e019f8
1 Parent(s): 3ffcc3c
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -15,7 +15,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
15
  COPY . .
16
 
17
  RUN chown -R 1000:1000 /code
18
- RUN chmod -R 777 /usr/local/lib/python3.10/site-packages/llama_index/core/_static/nltk_cache/corpora
19
 
20
  USER 1000
21
 
 
15
  COPY . .
16
 
17
  RUN chown -R 1000:1000 /code
 
18
 
19
  USER 1000
20