From 11023660eb12496fa71fcc35f8932beae3dcc4ca Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 10 Sep 2025 18:04:51 +0200 Subject: [PATCH] build --- immich/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index f1d0adc..d68d14a 100755 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -31,7 +31,7 @@ services: - stack.env extends: file: hwaccel.ml.yml - service: ${HW_MODE2:-cpu} + service: openvino healthcheck: disable: false image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} @@ -50,7 +50,7 @@ services: - stack.env extends: file: hwaccel.transcoding.yml - service: ${HW_MODE1:-cpu} + service: vaapi healthcheck: disable: false image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} @@ -86,3 +86,4 @@ services: restart: ${RESTART:-unless-stopped} volumes: model-cache: null +