This commit is contained in:
hailin 2025-07-23 13:01:58 +08:00
parent 77f3697358
commit d541fab5c1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ RUN pip install --no-cache-dir ./evalscope
# ✅ 安装 nltk 并下载 punkt 模型(到 /nltk_data # ✅ 安装 nltk 并下载 punkt 模型(到 /nltk_data
RUN pip install --no-cache-dir nltk && \ 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 . COPY gradio_ui.py .