Skip to content

Commit fa4d158

Browse files
committed
Dockerfile.rocm.ubi: bump pytorch nightly version
1 parent 59a5e51 commit fa4d158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.rocm.ubi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
4949
export version="$(awk -F. '{print $1"."$2}' <<< $ROCM_VERSION)" && \
5050
uv pip install --pre \
5151
--index-url "https://download.pytorch.org/whl/nightly/rocm${version}" \
52-
torch==2.6.0.dev20250104+rocm${version}\
53-
torchvision==0.22.0.dev20250104+rocm${version} && \
52+
torch==2.7.0.dev20250308+rocm${version}\
53+
torchvision==0.22.0.dev20250308+rocm${version} && \
5454
# Install libdrm-amdgpu to avoid errors when retrieving device information (amdgpu.ids: No such file or directory)
5555
microdnf install -y libdrm-amdgpu && \
5656
microdnf clean all

0 commit comments

Comments
 (0)