Browse Source

uv 测试2

WangXuMing 2 tháng trước cách đây
mục cha
commit
d993d28bc8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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