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