From 3e34770e64803b7b0406f010cc97a8aaffa7ba8c Mon Sep 17 00:00:00 2001 From: zhenghu <1831829219@qq.com> Date: Mon, 13 Apr 2026 17:16:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=20uv=20HTTP=20=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4=E4=BB=8E=20120=20=E7=A7=92=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA=20300=20=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ac8d83..6940273 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY pyproject.toml justfile uv.lock ./ # 配置 uv 使用阿里云镜像源(通过环境变量) ENV UV_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/ \ - UV_HTTP_TIMEOUT=120 + UV_HTTP_TIMEOUT=300 # 安装 Python 依赖(使用 uv,锁定版本) RUN uv sync --frozen --no-dev