mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update nvidia/cuda image tag
Image tag 10.2-base is no longer present in the image registry so it should be replaced by a newer image tag which is present in the image registry
This commit is contained in:
committed by
GitHub
parent
150a4ba88f
commit
dad163655d
@@ -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:
|
||||
@@ -125,4 +125,4 @@ services:
|
||||
device_ids: ['0', '3']
|
||||
capabilities: [gpu]
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user