fix: offline deploy

This commit is contained in:
tao.chen
2026-08-17 15:59:19 +08:00
parent 0974881fbb
commit 6258cf5d12
4 changed files with 10 additions and 6 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ FROM python-base:3.12
ENV UV_HTTP_TIMEOUT=300
ENV UV_DEFAULT_INDEX=https://pypi.tuna.tsinghua.edu.cn/simple/
ENV UV_OFFLINE=1
ENV UV_NO_SYNC=1
COPY pyproject.toml uv.lock ./
COPY common/pyproject.toml common/pyproject.toml