fix: update Dockerfile

This commit is contained in:
Tadashi 2024-12-16 08:41:12 +07:00
parent 7a02cb72af
commit c667bf9d0a
No known key found for this signature in database
GPG Key ID: 399380A00CC9028D

View File

@ -98,6 +98,6 @@ RUN apt-get autoremove \
&& rm -rf ~/.cache
# 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"]