From ec8ac8229682b8dedf8f459125ffe24e9e5ac528 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Jan 2025 20:13:41 +0000 Subject: [PATCH] Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.124.1 --- 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 9e1593a..4d9f41a 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -24,7 +24,7 @@ services: container_name: immich_machine_learning # For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag. # Example tag: ${IMMICH_VERSION:-release}-cuda - image: ghcr.io/immich-app/immich-machine-learning:v1.124.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.124.1 # 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, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable