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 c5e734b commit 4b4750cCopy full SHA for 4b4750c
Dockerfile
@@ -44,7 +44,7 @@ ARG PYTHONDONTWRITEBYTECODE=1
44
ARG UV_NO_CACHE=1
45
46
# set up python
47
-COPY --from=ghcr.io/astral-sh/uv:latest@sha256:d25a9b42ecc3aac0d63782654dcb2ab4b304f86357794b05a5c39b17f4777339 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:cb641b1979723dc5ab87d61f079000009edc107d30ae7cbb6e7419fdac044e9f /uv /uvx /bin/
48
COPY pyproject.toml uv.lock ./
49
RUN --mount=type=cache,target=/root/.cache/uv \
50
uv venv --seed "${VIRTUAL_ENV}" && \
0 commit comments