From 70075550c4ada18fb3a68890464dd4540a522b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 02:11:51 +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.2 to v2.5.3. - [Release notes](https://github.com/immich-app/immich/releases) - [Commits](https://github.com/immich-app/immich/compare/v2.5.2...v2.5.3) --- updated-dependencies: - dependency-name: immich-app/immich-machine-learning dependency-version: v2.5.3 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 edc4fc2..9a7a5f0 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.2 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.3 # 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