Skip to content

Commit

Permalink
Dockerfile.rocm.ubi: bump torch/torchvision to 20250104 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jan 7, 2025
1 parent 39bd136 commit 9bf81a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rocm.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
export version="$(awk -F. '{print $1"."$2}' <<< $ROCM_VERSION)" && \
uv pip install --pre \
--index-url "https://download.pytorch.org/whl/nightly/rocm${version}" \
torch==2.6.0.dev20241107+rocm${version}\
torchvision==0.20.0.dev20241107+rocm${version} && \
torch==2.6.0.dev20250104+rocm${version}\
torchvision==0.20.0.dev20250104+rocm${version} && \
# Install libdrm-amdgpu to avoid errors when retrieving device information (amdgpu.ids: No such file or directory)
microdnf install -y libdrm-amdgpu && \
microdnf clean all
Expand Down

0 comments on commit 9bf81a0

Please sign in to comment.