@@ -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