From d541fab5c196c4841d33c256b31b0df7b0351a5e Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 23 Jul 2025 13:01:58 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 962dc28..ebb0df3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN pip install --no-cache-dir ./evalscope # ✅ 安装 nltk 并下载 punkt 模型(到 /nltk_data) RUN pip install --no-cache-dir nltk && \ - python3 -m nltk.downloader -d /nltk_data punkt + python3 -m nltk.downloader -d /nltk_data punkt punkt_tab # 拷贝入口文件 COPY gradio_ui.py .