fix: drivers

This commit is contained in:
2026-02-08 13:43:44 +00:00
parent 4600b89d3e
commit 0a4c4b4d03

View File

@@ -5,6 +5,9 @@ services:
container_name: frigate container_name: frigate
image: ghcr.io/blakeblackshear/frigate:stable image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "256mb" # Update based on camera resolution and count shm_size: "256mb" # Update based on camera resolution and count
privileged: true # Add this
environment:
- LIBVA_DRIVER_NAME=iHD # Forces the correct driver for your iGPU
devices: devices:
- /dev/dri/renderD128:/dev/dri/renderD128 # For Intel hardware acceleration - /dev/dri/renderD128:/dev/dri/renderD128 # For Intel hardware acceleration
# - /dev/bus/usb:/dev/bus/usb # Google Coral USB # - /dev/bus/usb:/dev/bus/usb # Google Coral USB