fix: set privileged to false in securityContext
This commit is contained in:
parent
5633426a5e
commit
c889661d5c
|
|
@ -336,7 +336,7 @@ spec:
|
||||||
- name: node
|
- name: node
|
||||||
image: nvcr.io/nvidia/tensorflow:24.03-tf2-py3
|
image: nvcr.io/nvidia/tensorflow:24.03-tf2-py3
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: false
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
- IPC_LOCK
|
- IPC_LOCK
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue