From f98426fbabcb3b97f7518b3c2b404e241fc72eee Mon Sep 17 00:00:00 2001 From: Pavithra Vijayakrishnan <160681768+pvijayakrish@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:08:44 -0700 Subject: [PATCH] Update tools/gen_ort_dockerfile.py Co-authored-by: Misha Chornyi <99709299+mc-nv@users.noreply.github.com> --- tools/gen_ort_dockerfile.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/gen_ort_dockerfile.py b/tools/gen_ort_dockerfile.py index 1eee9f9..2e8271e 100755 --- a/tools/gen_ort_dockerfile.py +++ b/tools/gen_ort_dockerfile.py @@ -447,9 +447,7 @@ def dockerfile_for_windows(output_file): ARG ONNXRUNTIME_VERSION ARG ONNXRUNTIME_REPO RUN git clone -b rel-%ONNXRUNTIME_VERSION% --recursive %ONNXRUNTIME_REPO% onnxruntime && \ - cd onnxruntime && git submodule update --init --recursive && \ - git config --global user.email "you@example.com" && git config --global user.name "Your Name" && \ - git cherry-pick 709368ea1443dc1ff68dece31d692ad065fb94d4 + cd onnxruntime && git submodule update --init --recursive """ if FLAGS.onnx_tensorrt_tag != "":