2024-09-28, 01:31 PM
(This post was last modified: 2024-09-28, 01:34 PM by turbochamp. Edited 2 times in total.)
(2024-09-28, 09:43 AM)crobibero Wrote: Try updating your docker-compose to specify nvidia devices.
I get this error when restarting docker. Line 30 is the "count: all" line. Here's my changes:
Code:
yaml: line 30: mapping values are not allowed in this context
Code:
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]