mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -143,9 +143,11 @@ services:
|
||||
- /media/data/shows:/data/shows
|
||||
# - /dev/dri/renderD128:
|
||||
# - /dev/dri/card0:/dev/dri/card0
|
||||
devices:
|
||||
- /dev/dri/renderD128
|
||||
- /dev/dri/card1
|
||||
extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
||||
file: hwaccel.yml
|
||||
#service: openvino # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
||||
service: ${HW_MODE:-cpu}
|
||||
|
||||
ports:
|
||||
- 8096:8096
|
||||
- 8920:8920 #optional
|
||||
|
Reference in New Issue
Block a user