immich nvidia support

This commit is contained in:
2025-06-09 13:24:09 -04:00
parent e335b184c8
commit c90d1c0f63

View File

@@ -19,6 +19,8 @@ spec:
DB_USERNAME: "immich" DB_USERNAME: "immich"
DB_DATABASE_NAME: "immich" DB_DATABASE_NAME: "immich"
DB_PASSWORD: "immich" DB_PASSWORD: "immich"
NVIDIA_VISIBLE_DEVICES: "all"
NVIDIA_DRIVER_CAPABILITIES: "all"
image: image:
tag: v1.134.0 tag: v1.134.0
@@ -32,6 +34,9 @@ spec:
server: server:
enabled: true enabled: true
resources:
limits:
nvidia.com/gpu: 1
ingress: ingress:
main: main:
enabled: true enabled: true
@@ -49,3 +54,6 @@ spec:
machine-learning: machine-learning:
enabled: true enabled: true
resources:
limits:
nvidia.com/gpu: 1