disable nvidia-gpu support from cluster
All checks were successful
renovate / renovate (push) Successful in 6m50s

This commit is contained in:
2025-10-12 03:06:30 +05:30
parent a7002f6f50
commit 083ad61920
10 changed files with 3 additions and 4 deletions

View File

@@ -16,10 +16,9 @@ spec:
labels:
app: immich-ml
spec:
runtimeClassName: nvidia
containers:
- name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-cuda
image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-openvino
ports:
- containerPort: 3003
env:
@@ -34,9 +33,9 @@ spec:
mountPath: /cache
resources:
requests:
nvidia.com/gpu: "1"
gpu.intel.com/i915: "1"
limits:
nvidia.com/gpu: "1"
gpu.intel.com/i915: "1"
volumes:
- name: model-cache
persistentVolumeClaim: