From 9fc8d4d559021da8fad371b49444c62faee8074b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:44:10 +0200 Subject: [PATCH] Add VIPS_NOVECTOR --- immich/config.json | 5 +++-- immich_cuda/config.json | 5 +++-- immich_noml/config.json | 5 +++-- immich_openvino/config.json | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/immich/config.json b/immich/config.json index 7ae0c9ed7..f9015f12e 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}", @@ -148,7 +149,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1", + "version": "1.141.1-2", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_cuda/config.json b/immich_cuda/config.json index 8342382bb..8c7f89a84 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}", @@ -147,7 +148,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1", + "version": "1.141.1-2", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_noml/config.json b/immich_noml/config.json index c956226ce..cc824b80f 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}", @@ -148,7 +149,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1", + "version": "1.141.1-2", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_openvino/config.json b/immich_openvino/config.json index 62a53cc64..1baefae9f 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}", @@ -147,7 +148,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1", + "version": "1.141.1-2", "video": true, "webui": "http://[HOST]:[PORT:8080]" }