feat: fix for intel igpu

This commit is contained in:
2026-02-08 14:36:57 +00:00
parent 0a4c4b4d03
commit f33aabd9ae

View File

@@ -4,12 +4,14 @@ services:
frigate:
container_name: frigate
image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "256mb" # Update based on camera resolution and count
shm_size: "512mb" # Update based on camera resolution and count
privileged: true # Add this
environment:
- LIBVA_DRIVER_NAME=iHD # Forces the correct driver for your iGPU
- NEOReadDebugKeys=1
- OverrideGpuAddressSpace=48
devices:
- /dev/dri/renderD128:/dev/dri/renderD128 # For Intel hardware acceleration
- /dev/dri:/dev/dri # For Intel hardware acceleration
# - /dev/bus/usb:/dev/bus/usb # Google Coral USB
volumes:
- /etc/localtime:/etc/localtime:ro