chore: 将 uv HTTP 超时时间从 120 秒调整为 300 秒
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user