fix(oci/immich-machine-learning): update v1.131.1 ➼ v1.131.2 (#2124)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-04-01 13:14:51 +00:00
committed by GitHub
parent 7b92f97b0d
commit 9bf84cfc8b

View File

@@ -158,7 +158,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.131.1-openvino@sha256:b11298ac4257437fd325f952b33094336a8bf3a93ba8fe118d0c189b67b703cf
tag: v1.131.2-openvino@sha256:d27938d3eeab1a17cb99a17e2b0e8e23f52d9f244e35eea84a81760813bbf05b
env:
<<: *env
MACHINE_LEARNING_REQUEST_THREADS:
@@ -190,7 +190,7 @@ spec:
main: &ml-model-pull-ct
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.131.1@sha256:838757ea055071269e12bb8a4fb43109fb7dbe2340fffd96cb07ecf26b939e25
tag: v1.131.2@sha256:29836cf73146057ac388546021fff3e00c923e22a28587cceb5108a5e537987d
command: ["huggingface-cli", "download", "--exclude", ".git", "--local-dir"] # Immich ML image installs huggingface-cli
args: ["/cache/clip/ViT-B-32__openai", "immich-app/ViT-B-32__openai"]
workingDir: &mlhome "/cache"