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 73430e2 commit 16e9ffeCopy full SHA for 16e9ffe
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:0d686193e6d06a262184e4367d00276e24a524357080868c1732c2718f75d4d9 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:562193a4a9d398f8aedddcb223e583da394ee735de36b5815f8f1d22cb49be15 /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