From 45df8b4b7528b0006c502ac0173910867fc1ba27 Mon Sep 17 00:00:00 2001 From: infinitycat Date: Fri, 7 Nov 2025 09:23:59 +0800 Subject: [PATCH] =?UTF-8?q?test(docker):=20=E5=88=86=E6=AE=B5=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dafcd281..df1c6701 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ COPY requirements.txt . COPY --from=lpmm-builder /usr/local/lib/python3.13/site-packages/ /usr/local/lib/python3.13/site-packages/ # 安装运行时依赖 +RUN uv pip install --system --upgrade pip RUN uv pip install --system -r requirements.txt # 复制项目代码