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
Is your feature request related to a problem? Please describe
Podman do not expose the Container Device Interface available, we provide instructions for the user to setup the --device option properly in the machine https://podman-desktop.io/docs/podman/gpu.
AI Lab do not use the --device nvidia.com/gpu=all it makes some mounting and symlinks at runtime to achieve same behaviour. However, this do not work on Linux.
We should provide a way to configure this for the user (see epic #1708)
If we can detect if the NVIDIA CDI is properly configured, we can then easily make the banner for
Is your feature request related to a problem? Please describe
Podman do not expose the Container Device Interface available, we provide instructions for the user to setup the
--device
option properly in the machine https://podman-desktop.io/docs/podman/gpu.AI Lab do not use the
--device nvidia.com/gpu=all
it makes some mounting and symlinks at runtime to achieve same behaviour. However, this do not work on Linux.We should provide a way to configure this for the user (see epic #1708)
If we can detect if the NVIDIA CDI is properly configured, we can then easily make the banner for
Describe the solution you'd like
The
GPUManager
should check ifnvidia-ctk
executable is available on the VM, or on the host (linux).Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: