From 1c66924556d96449d8e62562116d118c476c7dfb Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sat, 7 Feb 2026 12:48:00 +0100 Subject: [PATCH] Add hardware acceleration support --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 138d56c..83f58d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,8 +29,8 @@ services: #cap_add: # - SYS_NICE # Optional for hardware acceleration - #devices: - # - /dev/dri:/dev/dri # For Intel/AMD GPU acceleration (VA-API) + devices: + - /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: