diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index f408635602..c35decbd11 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -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 " +