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