diff --git a/machine-learning/Dockerfile b/machine-learning/Dockerfile index f53b4fbf79..002d21e183 100644 --- a/machine-learning/Dockerfile +++ b/machine-learning/Dockerfile @@ -24,7 +24,7 @@ WORKDIR /usr/src/app RUN apt-get update && apt-get install -y --no-install-recommends g++ -COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:latest@sha256:562193a4a9d398f8aedddcb223e583da394ee735de36b5815f8f1d22cb49be15 /uv /uvx /bin/ RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,source=uv.lock,target=uv.lock \ --mount=type=bind,source=pyproject.toml,target=pyproject.toml \