-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mount host NVIDIA libraries such as NVML instead of packaging them in the image #73
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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: