From 80b90267cc4e3108772e2ef9e02b672c619381a4 Mon Sep 17 00:00:00 2001 From: jyong <718720800@qq.com> Date: Mon, 17 Feb 2025 18:19:25 +0800 Subject: [PATCH] upgrade version --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 83ee837dc7..7adfb9eafe 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -67,7 +67,7 @@ COPY --from=packages ${VIRTUAL_ENV} ${VIRTUAL_ENV} ENV PATH="${VIRTUAL_ENV}/bin:${PATH}" # Download nltk data -RUN python -c "import nltk; nltk.download('punkt'); nltk.download('averaged_perceptron_tagger')" +RUN python -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab'); nltk.download('averaged_perceptron_tagger')" # Copy source code COPY . /app/api/