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:
Seyed Javad Hosseini 2023-12-12 00:38:00 +03:30 committed by GitHub
parent 150a4ba88f
commit dad163655d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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]
``` ```