nktice / AMD-AI

AMD (Radeon GPU) ROCm based setup for popular AI tools on Ubuntu 22.04 / 23.04 / 23.10 / 24.04
Other
136 stars 8 forks source link

Unable to install ROCm on 24.04 #3

Closed mKenfenheuer closed 3 weeks ago

mKenfenheuer commented 1 month ago

Followed your steps exactly to "More AMD ROCm related packages", everything went fine until sudo apt install -y rocm-dev rocm-libs rocm-hip-sdk rocm-dkms rocm-libs

It cannot find the following packages:

 hipsolver : Depends on: libcholmod3 but is not installable
             Depends on: libsuitesparseconfig5 but is not installable
 rocm-gdb : Depends on: libtinfo5 but is not installable
            Depends on: libncurses5 but is not installable

Any idea what I am missing?

nktice commented 1 month ago

Did you get this line? I realize now that it likely applies too...

sudo add-apt-repository -y -s deb http://security.ubuntu.com/ubuntu jammy main universe
mKenfenheuer commented 3 weeks ago

Worked, thanks!