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 ccbcb19ff1
commit 5641795d81

View File

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