diff --git a/Dockerfile-base b/Dockerfile-base index 400e82d56..cede74b72 100644 --- a/Dockerfile-base +++ b/Dockerfile-base @@ -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 \ No newline at end of file + && ln -sf $(pwd)/.venv /opt/py3 \ No newline at end of file