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
nvidia/cuda will result in a short-name lookup error, as it actually needs to be prefixed with docker.io/nvidia... for it to link to anything.
After downloading the container files, podman(?) errors out with:
Creating 'Ubuntu-NVCTK' using image docker.io/nvidia/cuda:12.6.3-runtime-ubuntu22.04 Error: default OCI runtime "nvidia" not found: invalid argument
[ ERR ] failed to create container.
...despite following all the preceeding steps to the best of my ability. At least on Arch, this is supposed to be automated by simply installing nvidia-container-toolkit and letting it run its pacman hook to auto generate a file in /etc/cdi/nvidia.yaml, and the podman Arch Wiki page has no other steps that's implied to be necessary. The basic podman test does report back my GPU, so it clearly is functional to some degree.
I'm only saying this because currently, using distrobox with podman cannot run with the --nvidia container option due to #1589, which leaves the toolkit as the only option to integrate NV support in podman distroboxes, but the docs are sorely lacking right now and I'm pulling my hair trying to get it to function properly.
Desktop (please complete the following information):
Are you using podman, docker or lilipod? podman
Which version or podman, docker or lilipod? 5.3.1
Which version of distrobox? 1.8.0
Which host distribution? Arch
How did you install distrobox? Arch extra repo
The text was updated successfully, but these errors were encountered:
In current available Distrobox documentation, regarding using the Nvidia CTK, it says:
The problem here though is two-fold:
nvidia/cuda
will result in a short-name lookup error, as it actually needs to be prefixed withdocker.io/nvidia...
for it to link to anything....despite following all the preceeding steps to the best of my ability. At least on Arch, this is supposed to be automated by simply installing
nvidia-container-toolkit
and letting it run its pacman hook to auto generate a file in/etc/cdi/nvidia.yaml
, and the podman Arch Wiki page has no other steps that's implied to be necessary. The basic podman test does report back my GPU, so it clearly is functional to some degree.I'm only saying this because currently, using distrobox with podman cannot run with the
--nvidia
container option due to #1589, which leaves the toolkit as the only option to integrate NV support in podman distroboxes, but the docs are sorely lacking right now and I'm pulling my hair trying to get it to function properly.Desktop (please complete the following information):
extra
repoThe text was updated successfully, but these errors were encountered: