Skip to content

Commit

Permalink
Dockerfile.rocm.ubi: bump torch version to 2.5.0.dev20240912+rocm6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Sep 25, 2024
1 parent c29c9f4 commit 69ac6c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.rocm.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ RUN microdnf -y install \
RUN --mount=type=cache,target=/root/.cache/pip \
--mount=type=cache,target=/root/.cache/uv \
uv pip install -v --index-url "https://download.pytorch.org/whl/nightly/rocm6.1" \
torch==2.5.0.dev20240726+rocm6.1 \
torchvision==0.20.0.dev20240726+rocm6.1

torch==2.5.0.dev20240912+rocm6.1 \
torchvision==0.20.0.dev20240912+rocm6.1

FROM rocm_base as rocm_devel

Expand Down

0 comments on commit 69ac6c1

Please sign in to comment.