mirror of https://github.com/docker/docs.git
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:
parent
150a4ba88f
commit
dad163655d
|
@ -36,7 +36,7 @@ For more information on these properties, see the `deploy` section in the [Compo
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
test:
|
test:
|
||||||
image: nvidia/cuda:10.2-base
|
image: nvidia/cuda:12.3.1-base-ubuntu20.04
|
||||||
command: nvidia-smi
|
command: nvidia-smi
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
@ -125,4 +125,4 @@ services:
|
||||||
device_ids: ['0', '3']
|
device_ids: ['0', '3']
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue