mirror of
https://github.com/containers/podman.git
synced 2026-03-29 03:52:19 -04:00
8 lines
562 B
Markdown
8 lines
562 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*
|
|
|
|
Start the container with GPU support. Where `ENTRY` can be `all` to request all GPUs, or a vendor-specific identifier. Currently, NVIDIA and AMD devices are supported. If both NVIDIA and AMD devices are present, the NVIDIA devices will be preferred, and a CDI device name must be specified using the `--device` flag to request a set of GPUs from a *specific* vendor.
|