do not unload immich ML model [ci skip]
This commit is contained in:
parent
62be47b2a9
commit
e8e18d466e
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue