Add VIPS_NOVECTOR

This commit is contained in:
Alexandre
2025-09-09 12:44:10 +02:00
committed by GitHub
parent 9e209b89df
commit 9fc8d4d559
4 changed files with 12 additions and 8 deletions

View File

@@ -83,7 +83,8 @@
"REDIS_HOSTNAME": "localhost", "REDIS_HOSTNAME": "localhost",
"REDIS_PORT": "6379", "REDIS_PORT": "6379",
"REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/",
"TRANSFORMERS_CACHE": "/data/machine-learning" "TRANSFORMERS_CACHE": "/data/machine-learning",
"VIPS_NOVECTOR": "1"
}, },
"hassio_api": true, "hassio_api": true,
"image": "ghcr.io/alexbelgium/immich-{arch}", "image": "ghcr.io/alexbelgium/immich-{arch}",
@@ -148,7 +149,7 @@
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"usb": true, "usb": true,
"version": "1.141.1", "version": "1.141.1-2",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }

View File

@@ -82,7 +82,8 @@
"REDIS_HOSTNAME": "localhost", "REDIS_HOSTNAME": "localhost",
"REDIS_PORT": "6379", "REDIS_PORT": "6379",
"REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/",
"TRANSFORMERS_CACHE": "/data/machine-learning" "TRANSFORMERS_CACHE": "/data/machine-learning",
"VIPS_NOVECTOR": "1"
}, },
"hassio_api": true, "hassio_api": true,
"image": "ghcr.io/alexbelgium/immich_cuda-{arch}", "image": "ghcr.io/alexbelgium/immich_cuda-{arch}",
@@ -147,7 +148,7 @@
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"usb": true, "usb": true,
"version": "1.141.1", "version": "1.141.1-2",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }

View File

@@ -83,7 +83,8 @@
"REDIS_HOSTNAME": "localhost", "REDIS_HOSTNAME": "localhost",
"REDIS_PORT": "6379", "REDIS_PORT": "6379",
"REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/",
"TRANSFORMERS_CACHE": "/data/machine-learning" "TRANSFORMERS_CACHE": "/data/machine-learning",
"VIPS_NOVECTOR": "1"
}, },
"hassio_api": true, "hassio_api": true,
"image": "ghcr.io/alexbelgium/immich_noml-{arch}", "image": "ghcr.io/alexbelgium/immich_noml-{arch}",
@@ -148,7 +149,7 @@
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"usb": true, "usb": true,
"version": "1.141.1", "version": "1.141.1-2",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }

View File

@@ -82,7 +82,8 @@
"REDIS_HOSTNAME": "localhost", "REDIS_HOSTNAME": "localhost",
"REDIS_PORT": "6379", "REDIS_PORT": "6379",
"REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/",
"TRANSFORMERS_CACHE": "/data/machine-learning" "TRANSFORMERS_CACHE": "/data/machine-learning",
"VIPS_NOVECTOR": "1"
}, },
"hassio_api": true, "hassio_api": true,
"image": "ghcr.io/alexbelgium/immich_openvino-{arch}", "image": "ghcr.io/alexbelgium/immich_openvino-{arch}",
@@ -147,7 +148,7 @@
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"usb": true, "usb": true,
"version": "1.141.1", "version": "1.141.1-2",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }