This commit is contained in:
parent
77f3697358
commit
d541fab5c1
|
|
@ -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 .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue