Skip to content

Commit 4607f89

Browse files
authored
[CI] Upgrade ROCm to 6.3 on UB22.04 per requirement from f1ac2af (#18221)
Needed for pullown.
1 parent 5126284 commit 4607f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/containers/ubuntu2204_build.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN mkdir --parents --mode=0755 /etc/apt/keyrings
2222
RUN wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | \
2323
gpg --dearmor | tee /etc/apt/keyrings/rocm.gpg > /dev/null && \
2424
# Add rocm repo
25-
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/6.1.1 jammy main" \
25+
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/6.3 jammy main" \
2626
| tee --append /etc/apt/sources.list.d/rocm.list && \
2727
printf 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | tee /etc/apt/preferences.d/rocm-pin-600
2828
# Install the kernel driver

0 commit comments

Comments
 (0)