Skip to content
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

Open
empovit opened this issue Sep 9, 2024 · 2 comments
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Milestone

Comments

@empovit
Copy link
Contributor

empovit commented Sep 9, 2024

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.

@harche
Copy link
Contributor

harche commented Sep 10, 2024

/cc @asm582 @sairameshv @mamy-CS @mrunalp

@asm582 asm582 added this to the v0.1 milestone Sep 11, 2024
@openshift-bot
Copy link

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci openshift-ci bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

4 participants