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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user