mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01: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:
 | 
			
		||||
  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:
 | 
			
		||||
      - "109" # render
 | 
			
		||||
      - "110" # render
 | 
			
		||||
@ -37,4 +38,4 @@ services:
 | 
			
		||||
    container_name: mqtt
 | 
			
		||||
    image: eclipse-mosquitto:1.6
 | 
			
		||||
    ports:
 | 
			
		||||
      - "1883:1883"
 | 
			
		||||
      - "1883:1883"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user