fix: update Dockerfile
This commit is contained in:
parent
7a02cb72af
commit
c667bf9d0a
|
@ -98,6 +98,6 @@ RUN apt-get autoremove \
|
||||||
&& rm -rf ~/.cache
|
&& rm -rf ~/.cache
|
||||||
|
|
||||||
# Download nltk packages as required for unstructured
|
# Download nltk packages as required for unstructured
|
||||||
RUN python -c "from unstructured.nlp.tokenize import _download_nltk_packages_if_not_present; _download_nltk_packages_if_not_present()"
|
# RUN python -c "from unstructured.nlp.tokenize import _download_nltk_packages_if_not_present; _download_nltk_packages_if_not_present()"
|
||||||
|
|
||||||
CMD ["python", "app.py"]
|
CMD ["python", "app.py"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user