From c667bf9d0aa4d550f1ab854384af1868f3d6391e Mon Sep 17 00:00:00 2001 From: Tadashi Date: Mon, 16 Dec 2024 08:41:12 +0700 Subject: [PATCH] fix: update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]