chore: build metadata for ML container (#15831)

* chore: build metadata for ML container

* fix: build_image_url
This commit is contained in:
bo0tzz
2025-02-02 23:45:58 +01:00
committed by GitHub
parent 96a6cc20b7
commit 882163f545
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env sh
echo "Initializing Immich ML $IMMICH_SOURCE_REF"
lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2"
# mimalloc seems to increase memory usage dramatically with openvino, need to investigate
if ! [ "$DEVICE" = "openvino" ]; then