From adb90bbf10b514b401cd78b5d18444fd4df31d12 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 9 Jan 2026 09:28:02 +0800 Subject: [PATCH] mirror --- scripts/images/runtime/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/images/runtime/Dockerfile b/scripts/images/runtime/Dockerfile index 45aa97f..7ba54e9 100644 --- a/scripts/images/runtime/Dockerfile +++ b/scripts/images/runtime/Dockerfile @@ -32,7 +32,7 @@ WORKDIR /opt/runtime RUN --mount=type=cache,target=/root/.cache/uv \ uv pip install -e .[all] --system \ && uv pip install -r /opt/runtime/datamate/ops/pyproject.toml --system \ - && python -m spacy download zh_core_web_sm \ + && uv pip install https://ghproxy.net/https://github.com/explosion/spacy-models/releases/download/zh_core_web_sm-3.8.0/zh_core_web_sm-3.8.0-py3-none-any.whl --system \ && echo "/usr/local/lib/ops/site-packages" > /usr/local/lib/python3.11/site-packages/ops.pth RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \