load immich ml from ssd [ci skip]
This commit is contained in:
parent
59e6591e2a
commit
1b30f1f3cb
1 changed files with 2 additions and 1 deletions
|
|
@ -256,7 +256,8 @@ resource "kubernetes_deployment" "immich-machine-learning" {
|
|||
volume {
|
||||
name = "cache"
|
||||
nfs {
|
||||
path = "/mnt/main/immich/machine-learning"
|
||||
# path = "/mnt/main/immich/machine-learning"
|
||||
path = "/mnt/ssd/immich/machine-learning" # load cache from ssd
|
||||
server = "10.0.10.15"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue