You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@carlwang87 I was able to make the GPU operator work on a Rocky 8 Kubernetes cluster by rebuilding the driver container image and modifying the nvidia-driver script to pull and install kernel RPMs from Rocky's RPM repo over top of the RHEL UBI container image, and use that to build and install the driver on the host. A little hacky but it works! And - it should also work for AlmaLinux and Oracle Linux too provided you update RPM_BASE_URL when building the image to point to the respective RPM repo for each distro, but I haven't tested.
Will gpu-operator support Rocky linux in the furture?
The text was updated successfully, but these errors were encountered: