From 68f1c5e2f06cb29e605c02a1d6c135179e4b2496 Mon Sep 17 00:00:00 2001 From: bbh Date: Wed, 30 Jul 2025 01:48:49 +0800 Subject: [PATCH] hotfix/ add -i in python --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 44c53f0..027d89a 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -25,7 +25,7 @@ ENV UV_LINK_MODE=copy RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,source=uv.lock,target=uv.lock \ --mount=type=bind,source=pyproject.toml,target=pyproject.toml \ - uv sync --frozen --no-install-project + uv sync --frozen --no-install-project -i https://pypi.tuna.tsinghua.edu.cn/simple ENV PYTHONPATH=/app