Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/vectara/legal-assistant
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ COPY ./requirements.txt /app/requirements.txt
|
|
7 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
8 |
RUN pip3 install nltk
|
9 |
RUN python3 -m nltk.downloader punkt
|
10 |
-
RUN chmod -R 777 /usr/local/lib/python3.10/site-packages/llama_index/core/_static/nltk_cache/
|
11 |
|
12 |
# User
|
13 |
RUN useradd -m -u 1000 user
|
|
|
7 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
8 |
RUN pip3 install nltk
|
9 |
RUN python3 -m nltk.downloader punkt
|
10 |
+
#RUN chmod -R 777 /usr/local/lib/python3.10/site-packages/llama_index/core/_static/nltk_cache/
|
11 |
|
12 |
# User
|
13 |
RUN useradd -m -u 1000 user
|