소스 검색

uv 测试2

WangXuMing 2 달 전
부모
커밋
d993d28bc8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -18,7 +18,6 @@ RUN /venv/bin/pip install --no-cache-dir uv -i https://mirrors.aliyun.com/pypi/s
     && /venv/bin/uv pip install \
        --index-url https://mirrors.aliyun.com/pypi/simple/ \
        --no-cache \
-       --timeout 1800 \
        -r /tmp/requirements.txt \
     && rm -rf /root/.cache /tmp/requirements.txt