Skip to content

Commit 50eae23

Browse files
authored
fix: use specific uv version in ML dockerfile (#21611)
1 parent 9541975 commit 50eae23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine-learning/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
5959

6060
RUN apt-get update && apt-get install -y --no-install-recommends g++
6161

62-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:f3660c56d5b08d6c516360981bedc439f499b9bf37f46a216018da3777a74011 /uv /uvx /bin/
62+
COPY --from=ghcr.io/astral-sh/uv:0.8.15@sha256:a5727064a0de127bdb7c9d3c1383f3a9ac307d9f2d8a391edc7896c54289ced0 /uv /uvx /bin/
6363
RUN --mount=type=cache,target=/root/.cache/uv \
6464
--mount=type=bind,source=uv.lock,target=uv.lock \
6565
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \

0 commit comments

Comments
 (0)