feat: fix for intel igpu
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user