do not unload immich ML model [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-17 23:39:46 +00:00
parent 62be47b2a9
commit e8e18d466e

View file

@ -372,6 +372,10 @@ resource "kubernetes_deployment" "immich-machine-learning" {
protocol = "TCP"
name = "immich-ml"
}
env {
name = "MACHINE_LEARNING_MODEL_TTL"
value = 0
}
env {
name = "TRANSFORMERS_CACHE"
value = "/cache"