mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-18 13:47:20 +02:00
Add explanation of group_add for igpu (#17375)
Add explanation of group_add for igpu
This commit is contained in:
parent
bfee030d7b
commit
6f707e8722
@ -1,7 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
devcontainer:
|
devcontainer:
|
||||||
container_name: frigate-devcontainer
|
container_name: frigate-devcontainer
|
||||||
# add groups from host for render, plugdev, video
|
# Check host system's actual render/video/plugdev group IDs with 'getent group render', 'getent group video', and 'getent group plugdev'
|
||||||
|
# Must add these exact IDs in container's group_add section or OpenVINO GPU acceleration will fail
|
||||||
group_add:
|
group_add:
|
||||||
- "109" # render
|
- "109" # render
|
||||||
- "110" # render
|
- "110" # render
|
||||||
@ -37,4 +38,4 @@ services:
|
|||||||
container_name: mqtt
|
container_name: mqtt
|
||||||
image: eclipse-mosquitto:1.6
|
image: eclipse-mosquitto:1.6
|
||||||
ports:
|
ports:
|
||||||
- "1883:1883"
|
- "1883:1883"
|
||||||
|
Loading…
Reference in New Issue
Block a user