diff --git a/gpu.Dockerfile b/gpu.Dockerfile index 6525ffe..436574a 100644 --- a/gpu.Dockerfile +++ b/gpu.Dockerfile @@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ WORKDIR /app # Copy the uv binary from the uv image -COPY --from=ghcr.io/astral-sh/uv:latest@sha256:78a7ff97cd27b7124a5f3c2aefe146170793c56a1e03321dd31a289f6d82a04f /uv /bin/ +COPY --from=ghcr.io/astral-sh/uv:latest@sha256:7a88d4c4e6f44200575000638453a5a381db0ae31ad5c3a51b14f8687c9d93a3 /uv /bin/ RUN mkdir /app/python && \ mkdir /app/bin