[None][infra] Try to fix docker container failed to be killed issue (#7388)

Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
This commit is contained in:
yuanjingx87 2025-09-08 11:28:01 -07:00 committed by GitHub
parent 77657a1c12
commit 1d243a8503
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -404,6 +404,7 @@ def runLLMTestlistOnSlurm(pipeline, platform, testList, config=VANILLA_CONFIG, p
def dockerArgs = "${dockerGPUOption} " +
"--cap-add=SYS_ADMIN " +
"--ipc=host " +
"--entrypoint=\"\" " +
"--security-opt seccomp=unconfined " +
"-u root:root " +
"-v /home/scratch.trt_llm_data:/scratch.trt_llm_data:ro " +