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: labels:
app: immich-ml app: immich-ml
spec: spec:
runtimeClassName: nvidia
containers: containers:
- name: immich-machine-learning - 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: ports:
- containerPort: 3003 - containerPort: 3003
env: env:
@@ -34,9 +33,9 @@ spec:
mountPath: /cache mountPath: /cache
resources: resources:
requests: requests:
nvidia.com/gpu: "1" gpu.intel.com/i915: "1"
limits: limits:
nvidia.com/gpu: "1" gpu.intel.com/i915: "1"
volumes: volumes:
- name: model-cache - name: model-cache
persistentVolumeClaim: persistentVolumeClaim: