Files
ROCm/docs/install/includes/1_rhel-9.6-wheel-prerequisites.md
Peter Park a32210fa7e Add ROCm 7.9.0 documentation
Add release notes

Add install instructions

Add PyTorch + ComfyUI instructions

Add custom selector directives

Add JS and CSS for selector

Add custom icon directive and utils

Clean up conf.py
2025-10-20 12:17:50 -04:00

615 B

  1. Register your Enterprise Linux.

    subscription-manager register --username <username> --password <password>
    sudo subscription-manager attach --auto
    
  2. Update your Enterprise Linux.

    sudo dnf update --releasever=9.6 --exclude=\*release\*
    
  3. Install Python 3.11, 3.12 or 3.13.

    sudo dnf install python3.11 python3.11-pip
    
  4. Configure permissions for GPU access.

    sudo usermod -a -G render,video $LOGNAME # Add the current user to the render and video groups
    
    To apply all settings, reboot your system.