WangXuMing 2 месяцев назад
Родитель
Сommit
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