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 · 1 comment
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants