瀏覽代碼

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