From ed593ba05adc080190d581f379a2cf73542f1e0c Mon Sep 17 00:00:00 2001 From: anandhu-eng Date: Sun, 6 Oct 2024 21:34:07 +0530 Subject: [PATCH] added docker_cm_repo_branch to more run option - docker --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 6a607cc10..38e6e1650 100755 --- a/main.py +++ b/main.py @@ -179,6 +179,7 @@ def mlperf_inference_implementation_readme(spaces, model, implementation, *, imp content += f"{cur_space3}
\n" content += f"{cur_space3} Please click here to see more options for the docker launch \n\n" content += f"{cur_space3}* `--docker_cm_repo=`: to use a custom fork of cm4mlops repository inside the docker image\n\n" + content += f"{cur_space3}* `--docker_cm_repo_branch=`: to checkout a custom branch of the cloned cm4mlops repository inside the docker image\n\n" content += f"{cur_space3}* `--docker_cache=no`: to not use docker cache during the image build\n" if implementation.lower() == "nvidia":