Apparently after the 535.154.05 driver release in the RPM repo Index of /compute/cuda/repos/rhel8/x86_64 for EL8, driver installation on Rocky Linux 8 results in a broken installation with version mismatches.
We install automatically through kickstart files and
dnf module install -y nvidia-driver:535/ks --nobest
But it seems that no appropriate kmod-nvidia package is available in the repo and a mix-up with versions is the result rendering the installation unusable. If we leave out the --nobest option from the dnf command, the installation just fails.
Any ideas how to solve this? Thanks