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 7132452 commit e942f9cCopy full SHA for e942f9c
.ci/docker/common/install_rocm.sh
@@ -16,6 +16,11 @@ install_ubuntu() {
16
# gpg-agent is not available by default on 20.04
17
apt-get install -y --no-install-recommends gpg-agent
18
fi
19
+ if [[ $UBUNTU_VERSION == 22.04 ]]; then
20
+ apt-get install -y --no-install-recommends gpg-agent
21
+ echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' \
22
+ | sudo tee /etc/apt/preferences.d/rocm-pin-600
23
+ fi
24
apt-get install -y kmod
25
apt-get install -y wget
26
0 commit comments