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