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 .