Mount host NVIDIA libraries such as NVML instead of packaging them in the image #73
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Milestone
The controller requires NVIDIA libraries to work. Today we have them inside the image, inherited from the CUDA base image. We should instead make the operator mount all required libraries from the host.
Important: This requires the libraries to be present on the host. On OpenShift it means having the NVIDIA GPU Operator deployed and a ClusterPolicy created.
As part of these changes, we can replace the base image with UBI.
The text was updated successfully, but these errors were encountered: