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 03d5a24 commit 68af42cCopy full SHA for 68af42c
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:562193a4a9d398f8aedddcb223e583da394ee735de36b5815f8f1d22cb49be15 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:031ddbc79275e351a43cbb66f64d8cd314cc78c3878898f4ab4f147b092e8e2d /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