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
This problem happened to me after updating the SDK (wkdev-update). I updated also nvidia tools with wkdev-setup-nvidia-gpu-for-container (remove /etc/cdi/nvidia.yml before it).
podman logs -f wkdev gives empty logs.
I also tried to create a new container with the same effect.
The problem was that I had an old version of nvidia-ctk (nvidia-container-toolkit-base package):
/usr/bin/nvidia-ctk --version
NVIDIA Container Toolkit CLI version 1.13.5
commit: 6b8589dcb4dead72ab64f14a5912886e6165c079
wkdev-setup-nvidia-gpu-for-container should update it, but it didn't because my /etc/apt/sources.list.d/libnvidia-container.list contained commented and not updated (after upgrading the system) proper links
After updating /etc/apt/sources.list.d/libnvidia-container.list with proper url and updating the nvidia-container-toolkit-base all works as expected.
The text was updated successfully, but these errors were encountered:
@TingPing : maybe in nvidia-container-toolkit-base it would be good to diff existing libnvidia-container.list and the one from the link and in case of differences, provide a warning to the user, WDYT?
This problem happened to me after updating the SDK (wkdev-update). I updated also nvidia tools with
wkdev-setup-nvidia-gpu-for-container
(remove/etc/cdi/nvidia.yml
before it).podman logs -f wkdev
gives empty logs.I also tried to create a new container with the same effect.
The problem was that I had an old version of
nvidia-ctk
(nvidia-container-toolkit-base
package):wkdev-setup-nvidia-gpu-for-container
should update it, but it didn't because my/etc/apt/sources.list.d/libnvidia-container.list
contained commented and not updated (after upgrading the system) proper linksAfter updating
/etc/apt/sources.list.d/libnvidia-container.list
with proper url and updating thenvidia-container-toolkit-base
all works as expected.The text was updated successfully, but these errors were encountered: