forked from ab/homelab
Update k8s/apps/immich/deployments.yaml
This commit is contained in:
@ -136,6 +136,12 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Asia/Nicosia
|
value: Asia/Nicosia
|
||||||
|
- name: IMMICH_MACHINE_LEARNING_MODEL_FACE
|
||||||
|
value: buffalo_l
|
||||||
|
- name: IMMICH_MACHINE_LEARNING_MODEL_CLIP
|
||||||
|
value: ViT-L/14
|
||||||
|
- name: IMMICH_MACHINE_LEARNING_USE_GPU
|
||||||
|
value: "true"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /cache
|
- mountPath: /cache
|
||||||
name: model-cache
|
name: model-cache
|
||||||
|
Reference in New Issue
Block a user