From dd6b5bdf9660126d50feeac5f1124f26b0b23110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:22:53 +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.4.1 to v2.5.2. - [Release notes](https://github.com/immich-app/immich/releases) - [Commits](https://github.com/immich-app/immich/compare/v2.4.1...v2.5.2) --- updated-dependencies: - dependency-name: immich-app/immich-machine-learning dependency-version: v2.5.2 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 4080629..f7443c9 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.4.1 + image: ghcr.io/immich-app/immich-machine-learning:v2.5.2 # 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