Skip to content

Commit

Permalink
Merge pull request #13461 from ndeloof/gpu_docs
Browse files Browse the repository at this point in the history
fix yaml indentation in GPU docs
  • Loading branch information
usha-mandya committed Sep 7, 2021
2 parents fcddef8 + 4c649a8 commit 1211358
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 1211358

Please sign in to comment.