This commit is contained in:
2025-09-10 18:15:13 +02:00
parent 17a998e0f5
commit 35906efab5
3 changed files with 2 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ services:
- stack.env
extends:
file: hwaccel.ml.yml
service: openvino
service: ${HW_MODE2:-cpu}
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: vaapi
service: ${HW_MODE1:-cpu}
healthcheck:
disable: false
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
@@ -86,4 +86,3 @@ services:
restart: ${RESTART:-unless-stopped}
volumes:
model-cache: null