From 54637559d26146324b387411ebcc1b0aea2a9ebb Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Mon, 30 Dec 2024 00:10:03 +0530 Subject: [PATCH] Dont use ulimit in docker extra args --- script/app-mlperf-inference/_cm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/app-mlperf-inference/_cm.yaml b/script/app-mlperf-inference/_cm.yaml index f8a1be0a8..180bad643 100644 --- a/script/app-mlperf-inference/_cm.yaml +++ b/script/app-mlperf-inference/_cm.yaml @@ -1830,7 +1830,7 @@ docker: skip_run_cmd: 'no' shm_size: '32gb' interactive: True - extra_run_args: ' --dns 8.8.8.8 --dns 8.8.4.4 --cap-add SYS_ADMIN --ulimit=host --cap-add SYS_TIME --security-opt apparmor=unconfined --security-opt seccomp=unconfined' + extra_run_args: ' --dns 8.8.8.8 --dns 8.8.4.4 --cap-add SYS_ADMIN --cap-add SYS_TIME --security-opt apparmor=unconfined --security-opt seccomp=unconfined' os: ubuntu cm_repo: mlcommons@mlperf-automations cm_repo_branch: dev