Skip to content

Commit

Permalink
fix cse
Browse files Browse the repository at this point in the history
  • Loading branch information
r2k1 committed Feb 27, 2025
1 parent f5dd997 commit 1901fc8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions parts/linux/cloud-init/artifacts/cse_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -854,13 +854,12 @@ ensureAMDGPUDrivers() {
}

ensureAMDGPUDriversUbuntu() {

# for some reason the amdgpu module is in blacklist and won't be loaded without this
# for some reason the amdgpu module is in blacklist and won't be loaded without this, I don't know why it's ended up there
sudo sed -i '/blacklist amdgpu/d' /etc/modprobe.d/blacklist-radeon-instinct.conf
# Note, next command may crash non-AMDGPU machines
# Caused by an installation of amdgpu-dkms module inside the installer
# Takes about 6m to finish
# sudo /root/rocm-offline-install.run
sudo /root/rocm-offline-install.run
echo "AMD GPU drivers installed"
}

Expand Down

0 comments on commit 1901fc8

Please sign in to comment.