This commit is contained in:
2025-09-10 18:04:51 +02:00
parent 22062c38ab
commit 11023660eb

View File

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