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 9f5b8a0 commit 2ac69dcCopy full SHA for 2ac69dc
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:88d7b48fc9f17462c82b5482e497af250d337f3f14e1ac97c16e68eba49b651e /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:bb74263127d6451222fe7f71b330edfb189ab1c98d7898df2401fbf4f272d9b9 /uv /uvx /bin/
52
COPY --chown=${USER}:${USER} pyproject.toml uv.lock ./
53
RUN --mount=type=cache,target=/root/.cache/uv \
54
uv venv --seed ${VIRTUAL_ENV} && \
0 commit comments