From 2222ca301f95fdeec212de7fbcdb219ff67c6b4d Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 3 Jul 2024 17:48:43 +0100 Subject: [PATCH] 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. --- docker-compose.llm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.llm.yml b/docker-compose.llm.yml index 8fbbcf7325..d0fbcf036c 100644 --- a/docker-compose.llm.yml +++ b/docker-compose.llm.yml @@ -21,7 +21,7 @@ services: reservations: devices: - driver: nvidia - count: 1 + count: all capabilities: [gpu] networks: