Install CUDA on Rocky Linux 9.4 for Quadro K1100M
find the correct package version here
# Remember to remove any previous nvidia install
dnf list installed | grep nvidia
# Disable official driver as we are out of support
dnf module disable nvidia-driver
# Add rpmfusion
dnf install --nogpgcheck https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm
dnf install rpmfusion-free-release epel-release
dnf install epel-release
# start the install from the cuda package
dnf install xorg-x11-drv-nvidia-470xx-cuda
# You need to wait for it to build even though the command will have returned (5min)
top
# reboot after top chills out