mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
added v3
This commit is contained in:
@ -14,7 +14,8 @@ services:
|
|||||||
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||||
extends:
|
extends:
|
||||||
file: hwaccel.transcoding.yml
|
file: hwaccel.transcoding.yml
|
||||||
service: vaapi # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
#service: vaapi # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
||||||
|
service: cpu
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri/renderD128
|
- /dev/dri/renderD128
|
||||||
- /dev/dri/card1
|
- /dev/dri/card1
|
||||||
@ -41,7 +42,8 @@ services:
|
|||||||
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||||
extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
||||||
file: hwaccel.ml.yml
|
file: hwaccel.ml.yml
|
||||||
service: openvino # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
#service: openvino # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
||||||
|
service: cpu
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri/renderD128
|
- /dev/dri/renderD128
|
||||||
- /dev/dri/card1
|
- /dev/dri/card1
|
||||||
|
Reference in New Issue
Block a user