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: frigate:
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: "512mb" # Update based on camera resolution and count
privileged: true # Add this privileged: true # Add this
environment: environment:
- LIBVA_DRIVER_NAME=iHD # Forces the correct driver for your iGPU - LIBVA_DRIVER_NAME=iHD # Forces the correct driver for your iGPU
- NEOReadDebugKeys=1
- OverrideGpuAddressSpace=48
devices: 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 # - /dev/bus/usb:/dev/bus/usb # Google Coral USB
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro