feat: Update count property in docker-compose.llm.yml to use 'all'

This commit updates the count property in the docker-compose.llm.yml file to use the value 'all' instead of the previous value of '1'. This change allows for the allocation of all available devices with the 'gpu' capability, improving the utilization of resources.
This commit is contained in:
Simon Larsen 2024-07-03 17:48:43 +01:00
parent 0f66c70205
commit 2222ca301f
No known key found for this signature in database
GPG key ID: 96C5DCA24769DBCA

View file

@ -21,7 +21,7 @@ services:
reservations:
devices:
- driver: nvidia
count: 1
count: all
capabilities: [gpu]
networks: