We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b357f89 commit 5cc9ebfCopy full SHA for 5cc9ebf
Dockerfile.rocm.ubi
@@ -45,7 +45,7 @@ gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key" > /etc/yum.repos.d/amdgpu.repo
45
RUN --mount=type=cache,target=/root/.cache/uv \
46
export version="$(awk -F. '{print $1"."$2}' <<< $ROCM_VERSION)" && \
47
uv pip install --pre \
48
- --index-url "https://download.pytorch.org/whl/ \
+ --index-url "https://download.pytorch.org/whl/rocm${version}" \
49
torch==2.7.0+rocm${version}\
50
torchvision==0.22.0+rocm${version} && \
51
# Install libdrm-amdgpu to avoid errors when retrieving device information (amdgpu.ids: No such file or directory)
0 commit comments