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