Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/manuals/engine/containers/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ This exposes the GPUs at index `0` and `2` — the first and third GPUs listed i

> [!NOTE]
>
> NVIDIA GPUs can only be accessed by systems running a single engine.
> The `--gpus` flag works with a single Docker Engine on one host. It does not
> schedule GPUs across multiple Swarm nodes. Multiple containers on the same
> engine can share or request GPUs; for Swarm services, advertise GPUs as
> [generic resources](/engine/swarm/services/#control-service-placement) instead.

### Set NVIDIA capabilities

Expand Down