From d8a0cc0c7cb52ff396992a49839e5daa7ec9e0a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:13:45 +0000 Subject: [PATCH] chore(deps): bump immich-app/immich-machine-learning in /immich Bumps [immich-app/immich-machine-learning](https://github.com/immich-app/immich) from v2.5.5 to v2.5.6. - [Release notes](https://github.com/immich-app/immich/releases) - [Commits](https://github.com/immich-app/immich/compare/v2.5.5...v2.5.6) --- updated-dependencies: - dependency-name: immich-app/immich-machine-learning dependency-version: v2.5.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- immich/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index e2efa66..849242f 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -35,7 +35,7 @@ services: container_name: immich_machine_learning # For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag. # Example tag: ${IMMICH_VERSION:-release}-cuda - image: ghcr.io/immich-app/immich-machine-learning:v2.5.5 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.6 # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # file: hwaccel.ml.yml # service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable