From 6040680902a8d0ac22a43f534329a489bdb6f53d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:49:49 +0200 Subject: [PATCH] nobuild --- immich/config.json | 3 ++- immich_cuda/config.json | 3 ++- immich_noml/config.json | 3 ++- immich_openvino/config.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/immich/config.json b/immich/config.json index 7ae0c9ed7..196e784f4 100644 --- a/immich/config.json +++ b/immich/config.json @@ -83,7 +83,8 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning" + "TRANSFORMERS_CACHE": "/data/machine-learning", + "VIPS_NOVECTOR": "1" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich-{arch}", diff --git a/immich_cuda/config.json b/immich_cuda/config.json index 8342382bb..339b63b24 100644 --- a/immich_cuda/config.json +++ b/immich_cuda/config.json @@ -82,7 +82,8 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning" + "TRANSFORMERS_CACHE": "/data/machine-learning", + "VIPS_NOVECTOR": "1" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_cuda-{arch}", diff --git a/immich_noml/config.json b/immich_noml/config.json index c956226ce..92339ee0c 100644 --- a/immich_noml/config.json +++ b/immich_noml/config.json @@ -83,7 +83,8 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning" + "TRANSFORMERS_CACHE": "/data/machine-learning", + "VIPS_NOVECTOR": "1" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_noml-{arch}", diff --git a/immich_openvino/config.json b/immich_openvino/config.json index 62a53cc64..75727296e 100644 --- a/immich_openvino/config.json +++ b/immich_openvino/config.json @@ -82,7 +82,8 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning" + "TRANSFORMERS_CACHE": "/data/machine-learning", + "VIPS_NOVECTOR": "1" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_openvino-{arch}",