Enable nvidia.
This commit is contained in:
parent
f72b66a6fb
commit
7bd396a0e9
2 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@ spec:
|
||||||
pod:
|
pod:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
nvidia.com/gpu.present: "true"
|
nvidia.com/gpu.present: "true"
|
||||||
|
runtimeClassName: nvidia
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: immich-machine-learning
|
controller: immich-machine-learning
|
||||||
|
|
|
@ -65,6 +65,7 @@ spec:
|
||||||
pod:
|
pod:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
nvidia.com/gpu.present: "true"
|
nvidia.com/gpu.present: "true"
|
||||||
|
runtimeClassName: nvidia
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: immich-microservices
|
controller: immich-microservices
|
||||||
|
|
Loading…
Reference in a new issue