From 1e9f90203b0f145862a9508043d5860455989eae Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Fri, 22 May 2026 08:44:16 +0200 Subject: [PATCH] Remove Dev/dri mount --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index db385a4..c30d3ab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,8 +37,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: