Skip to content

Commit 6bc209f

Browse files
committed
fix image test
1 parent a953bf8 commit 6bc209f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ COPY pyproject.toml uv.lock ./
2525
# 2024-12-19: 修改为官方 PyPI 源,解决网络超时问题
2626
# 原配置: RUN uv sync --index-url https://pypi.tuna.tsinghua.edu.cn/simple
2727
# 修改原因: 清华源和阿里云源都出现网络超时,改用官方源提高稳定性
28-
# 使用官方源,并设置更长的超时时间
29-
RUN uv sync --timeout 600
28+
# 使用官方源,uv sync 默认使用 https://pypi.org/simple/
29+
RUN uv sync
3030

3131
# production stage
3232
FROM base AS production

0 commit comments

Comments
 (0)