created nltk_cache
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \
|
|
24 |
|
25 |
RUN mkdir -p /nltk_data
|
26 |
RUN chmod -R 777 /nltk_data
|
27 |
-
|
28 |
RUN chmod -R 777 /usr/local/lib/python3.10/site-packages/llama_index/legacy/_static/nltk_cache
|
29 |
RUN mkdir -p /.cache
|
30 |
RUN chmod -R 777 /.cache
|
|
|
24 |
|
25 |
RUN mkdir -p /nltk_data
|
26 |
RUN chmod -R 777 /nltk_data
|
27 |
+
RUN mkdir -p /usr/local/lib/python3.10/site-packages/llama_index/legacy/_static/nltk_cache
|
28 |
RUN chmod -R 777 /usr/local/lib/python3.10/site-packages/llama_index/legacy/_static/nltk_cache
|
29 |
RUN mkdir -p /.cache
|
30 |
RUN chmod -R 777 /.cache
|