mirror of
https://github.com/containers/podman.git
synced 2025-08-14 02:41:34 +08:00

Somewhat documented here: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/cdi-support.html https://stackoverflow.com/questions/25185405/using-gpu-from-a-docker-container Fixes: https://github.com/containers/podman/issues/21156 Don't have access to nvidia GPUS, relying on contributor testing. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
9 lines
301 B
Markdown
9 lines
301 B
Markdown
####> This option file is used in:
|
|
####> podman create, pod clone, pod create, run
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--gpus**=*ENTRY*
|
|
|
|
GPU devices to add to the container ('all' to pass all GPUs) Currently only
|
|
Nvidia devices are supported.
|