diff --git a/Dockerfile b/Dockerfile index 0ea0712..94d83cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]