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]" }