From b4d07dadfa6e44ed7722200b15cf4238defaabf3 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Thu, 23 Apr 2026 17:42:03 +0200 Subject: [PATCH] Switch to nvidia support --- docker-compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 295f353..db385a4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,13 +41,13 @@ services: - /dev/dri:/dev/dri # For Intel/AMD GPU acceleration (VA-API) # Uncomment the following lines for NVIDIA GPU support # NVidia GPU support (requires NVIDIA Container Toolkit) - #deploy: - # resources: - # reservations: - # devices: - # - driver: nvidia - # count: all - # capabilities: [gpu] + deploy: + resources: + reservations: + devices: + - driver: nvidia + count: all + capabilities: [gpu] volumes: