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
6 changes: 5 additions & 1 deletion content/manuals/engine/containers/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ 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 provides GPU access to containers created with
> `docker run`. To make GPUs available to services in a swarm, advertise them
> as [node generic resources](/reference/cli/dockerd/#node-generic-resources)
> and request them with
> [`--generic-resource`](/reference/cli/docker/service/create/#generic-resources).

### Set NVIDIA capabilities

Expand Down