This commit is contained in:
hailin 2025-07-22 23:15:19 +08:00
parent c7524a6667
commit 16691c07c6
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ RUN pip install --no-cache-dir --prefix=/install ./evalscope
# ✅ 加这一段 # ✅ 加这一段
RUN pip install --no-cache-dir --prefix=/install nltk && \ RUN pip install --no-cache-dir --prefix=/install nltk && \
PYTHONPATH=/install/lib/python3.10/site-packages \
python3 -m nltk.downloader -d /nltk_data punkt python3 -m nltk.downloader -d /nltk_data punkt
# 拷贝入口文件 # 拷贝入口文件