Skip to content
brknsoul edited this page Jan 3, 2024 · 2 revisions

Install Guide for Ubuntu 22.04

sudo apt update
wget https://repo.radeon.com/amdgpu-install/5.7/ubuntu/jammy/amdgpu-install_5.7.50700-1_all.deb
sudo apt install ./amdgpu-install_5.7.50700-1_all.deb
sudo amdgpu-install --usecase=rocm
sudo usermod -a -G render,video $LOGNAME

Install Guide for Ubuntu 20.04

Simply change the wget line from "jammy" to "focal" if using Ubuntu 20.04.

Clone this wiki locally