diff --git a/immich/config.json b/immich/config.json index f9015f12e..7ae0c9ed7 100644 --- a/immich/config.json +++ b/immich/config.json @@ -83,8 +83,7 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning", - "VIPS_NOVECTOR": "1" + "TRANSFORMERS_CACHE": "/data/machine-learning" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich-{arch}", @@ -149,7 +148,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1-2", + "version": "1.141.1", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_cuda/config.json b/immich_cuda/config.json index 8c7f89a84..8342382bb 100644 --- a/immich_cuda/config.json +++ b/immich_cuda/config.json @@ -82,8 +82,7 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning", - "VIPS_NOVECTOR": "1" + "TRANSFORMERS_CACHE": "/data/machine-learning" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_cuda-{arch}", @@ -148,7 +147,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1-2", + "version": "1.141.1", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_noml/config.json b/immich_noml/config.json index cc824b80f..c956226ce 100644 --- a/immich_noml/config.json +++ b/immich_noml/config.json @@ -83,8 +83,7 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning", - "VIPS_NOVECTOR": "1" + "TRANSFORMERS_CACHE": "/data/machine-learning" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_noml-{arch}", @@ -149,7 +148,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1-2", + "version": "1.141.1", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_openvino/config.json b/immich_openvino/config.json index 1baefae9f..62a53cc64 100644 --- a/immich_openvino/config.json +++ b/immich_openvino/config.json @@ -82,8 +82,7 @@ "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", - "TRANSFORMERS_CACHE": "/data/machine-learning", - "VIPS_NOVECTOR": "1" + "TRANSFORMERS_CACHE": "/data/machine-learning" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_openvino-{arch}", @@ -148,7 +147,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.141.1-2", + "version": "1.141.1", "video": true, "webui": "http://[HOST]:[PORT:8080]" }