changed to gpu 0(first GPU)

For me GPU0 is a 3080 and GPU1 is a 4090 others may only have one GPU
This commit is contained in:
joecryptotoo
2023-06-22 16:23:02 -07:00
committed by GitHub
parent 7283dcdd8f
commit 54d686554d

View File

@@ -50,7 +50,7 @@ services:
reservations:
devices:
- driver: nvidia
device_ids: ['1']
device_ids: ['0']
capabilities: [gpu]