Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

Programming • Re: ROCm in Sid

$
0
0

Things are progressing quite nicely. We should be able to expect rocm apt packages in Sid soon. 8-) (Hopefully)

  • Download signing key

Code:

wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | \    gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null
  • Register ROCm packages

Code:

sudo tee /etc/apt/sources.list.d/rocm.list << EOFdeb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/7.2 noble maindeb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/graphics/7.2/ubuntu noble mainEOFsudo tee /etc/apt/preferences.d/rocm-pin-600 << EOFPackage: *Pin: release o=repo.radeon.comPin-Priority: 600EOFsudo apt update
  • Install ROCm

Code:

sudo apt install rocm

Plse see:

https://rocm.docs.amd.com/projects/inst ... ebian.html

Statistics: Posted by pwzhangzz — 2026-01-22 03:30



Viewing all articles
Browse latest Browse all 4056

Trending Articles