disable nvidia-gpu support from cluster
All checks were successful
renovate / renovate (push) Successful in 6m50s
All checks were successful
renovate / renovate (push) Successful in 6m50s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user