This commit is contained in:
parent
c7524a6667
commit
16691c07c6
|
|
@ -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
|
||||||
|
|
||||||
# 拷贝入口文件
|
# 拷贝入口文件
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue