perf: modify Dockerfile-base

This commit is contained in:
Eric 2025-04-18 11:43:33 +08:00 committed by 老广
parent a168fc8a62
commit 8b815d812b

View File

@ -56,4 +56,4 @@ RUN --mount=type=cache,target=/root/.cache \
set -ex \
&& uv venv \
&& uv pip install -i${PIP_MIRROR} -r pyproject.toml \
&& mv .venv /opt/py3
&& ln -sf $(pwd)/.venv /opt/py3