Skip to content

Commit

Permalink
Merge pull request #18898 from javadh75/patch-1
Browse files Browse the repository at this point in the history
Update nvidia/cuda image tag
  • Loading branch information
dvdksn authored Dec 11, 2023
2 parents 150a4ba + dad1636 commit f3697bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/compose/gpu-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For more information on these properties, see the `deploy` section in the [Compo
```yaml
services:
test:
image: nvidia/cuda:10.2-base
image: nvidia/cuda:12.3.1-base-ubuntu20.04
command: nvidia-smi
deploy:
resources:
Expand Down Expand Up @@ -125,4 +125,4 @@ services:
device_ids: ['0', '3']
capabilities: [gpu]

```
```

0 comments on commit f3697bd

Please sign in to comment.