mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	Update remote-machine-learning.md (#8038)
* Update remote-machine-learning.md provide an example to use cuda or another container * Update docs/docs/guides/remote-machine-learning.md Co-authored-by: aviv926 <51673860+aviv926@users.noreply.github.com> * Update docs/docs/guides/remote-machine-learning.md --------- Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com> Co-authored-by: aviv926 <51673860+aviv926@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									ef4a492cb1
								
							
						
					
					
						commit
						28ad004b01
					
				@ -16,7 +16,12 @@ version: '3.8'
 | 
			
		||||
services:
 | 
			
		||||
  immich-machine-learning:
 | 
			
		||||
    container_name: immich_machine_learning
 | 
			
		||||
    # For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
 | 
			
		||||
    # Example tag: ${IMMICH_VERSION:-release}-cuda
 | 
			
		||||
    image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
 | 
			
		||||
    # extends:
 | 
			
		||||
    #   file: hwaccel.ml.yml
 | 
			
		||||
    #   service: # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
 | 
			
		||||
    volumes:
 | 
			
		||||
      - model-cache:/cache
 | 
			
		||||
    restart: always
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user