mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[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:
parent
77657a1c12
commit
1d243a8503
@ -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 " +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user