We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217d16b commit 3f20044Copy full SHA for 3f20044
Dockerfile
@@ -48,7 +48,7 @@ ARG PIP_DISABLE_PIP_VERSION_CHECK=1 \
48
UV_NO_CACHE=1
49
50
# set up python
51
-COPY --from=ghcr.io/astral-sh/uv:latest@sha256:8257f3d17fd04794feaf89d83b4ccca3b2eaa5501de9399fa53929843c0a5b55 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:0d686193e6d06a262184e4367d00276e24a524357080868c1732c2718f75d4d9 /uv /uvx /bin/
52
COPY pyproject.toml uv.lock ./
53
RUN --mount=type=cache,target=/root/.cache/uv \
54
uv venv --seed "${VIRTUAL_ENV}" && \
0 commit comments