From c11775ef7a51458f10e09f417a063f5447129b6e Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 1 Mar 2025 23:40:18 +0100 Subject: [PATCH] alias --- immich/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 78bcf83..fd04a41 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -15,7 +15,7 @@ services: extends: file: hwaccel.transcoding.yml #service: vaapi # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding - service: cpu + service: ${HW_MODE:-vaapi} volumes: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - /share/docker_data/immich/library:/usr/src/app/upload @@ -40,7 +40,7 @@ services: extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration 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: cpu + service: ${HW_MODE:-openvino} volumes: - model-cache:/cache env_file: