mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: build metadata for ML container (#15831)
* chore: build metadata for ML container * fix: build_image_url
This commit is contained in:
parent
96a6cc20b7
commit
882163f545
2 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue