Skip to content

Commit

Permalink
fix yaml indentation in GPU docs
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
  • Loading branch information
ndeloof committed Sep 3, 2021
1 parent 49ea13d commit 4c649a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compose/gpu-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ services:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu, utility]
- driver: nvidia
count: 1
capabilities: [gpu, utility]
```

Run with Docker Compose:
Expand Down Expand Up @@ -98,7 +98,7 @@ services:
resources:
reservations:
devices:
- capabilities: [gpu]
- capabilities: [gpu]
```

```console
Expand Down

0 comments on commit 4c649a8

Please sign in to comment.