Skip to content

Instantly share code, notes, and snippets.

@jkeam
Created November 9, 2025 18:47
Show Gist options
  • Select an option

  • Save jkeam/f2ea0e86aa7eea4e92587a53209a3666 to your computer and use it in GitHub Desktop.

Select an option

Save jkeam/f2ea0e86aa7eea4e92587a53209a3666 to your computer and use it in GitHub Desktop.
Install ROCm on Fedora Server
#!/bin/bash
# for fedora server, you might need to expand the root
sudo lvextend -r -L+500g /dev/mapper/fedora-root
sudo usermod -a -G render,video $LOGNAME
sudo dnf install rocm rocm-devel
# test
# rocminfo
# rocm-clinfo
# docs: https://fedoraproject.org/wiki/SIGs/HC#Installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment