We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest version of NVIDIA container toolkit uses the Container Device Interface with podman: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/1.14.3/cdi-support.html
An example podman command line: podman run --rm --device nvidia.com/gpu=all --security-opt=label=disable ubuntu nvidia-smi -L
How can the --device options be passed to podman as the x11docker backend?
The text was updated successfully, but these errors were encountered:
Compare x11docker --help with custom run options:
x11docker --help
x11docker [OPTIONS] -- CUSTOM_RUN_OPTIONS -- IMAGE [COMMAND [ARG1 ARG2 ...]]
Example:
x11docker --backend=podman -- --device nvidia.com/gpu=all -- ubuntu nvidia-smi -L
Sorry, something went wrong.
No branches or pull requests
The latest version of NVIDIA container toolkit uses the Container Device Interface with podman:
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/1.14.3/cdi-support.html
An example podman command line:
podman run --rm --device nvidia.com/gpu=all --security-opt=label=disable ubuntu nvidia-smi -L
How can the --device options be passed to podman as the x11docker backend?
The text was updated successfully, but these errors were encountered: