Merge pull request #779 from steveh250/main

Updated GPU resource reservations to docker-compose
This commit is contained in:
Sebastián Estévez 2026-01-14 10:59:53 -05:00 committed by GitHub
commit 99546cd0e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,5 +3,10 @@ services:
environment:
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
- NVIDIA_VISIBLE_DEVICES=all
gpus: all
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]