chore: 将 uv HTTP 超时时间从 120 秒调整为 300 秒

This commit is contained in:
zhenghu
2026-04-13 17:16:01 +08:00
parent efa844d32f
commit 3e34770e64

View File

@@ -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