From c90d1c0f63cf81ae85f9a03dfc63982e3e36bfb4 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Mon, 9 Jun 2025 13:24:09 -0400 Subject: [PATCH] immich nvidia support --- apps/immich/release.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/immich/release.yaml b/apps/immich/release.yaml index c7bb8bd..2f45dd3 100644 --- a/apps/immich/release.yaml +++ b/apps/immich/release.yaml @@ -19,6 +19,8 @@ spec: DB_USERNAME: "immich" DB_DATABASE_NAME: "immich" DB_PASSWORD: "immich" + NVIDIA_VISIBLE_DEVICES: "all" + NVIDIA_DRIVER_CAPABILITIES: "all" image: tag: v1.134.0 @@ -32,6 +34,9 @@ spec: server: enabled: true + resources: + limits: + nvidia.com/gpu: 1 ingress: main: enabled: true @@ -49,3 +54,6 @@ spec: machine-learning: enabled: true + resources: + limits: + nvidia.com/gpu: 1