Skip to content

Commit 2828367

Browse files
pvijayakrishmc-nv
andcommitted
Update tools/gen_ort_dockerfile.py
Co-authored-by: Misha Chornyi <99709299+mc-nv@users.noreply.github.com>
1 parent b635ae7 commit 2828367

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,7 @@ def dockerfile_for_windows(output_file):
447447
ARG ONNXRUNTIME_VERSION
448448
ARG ONNXRUNTIME_REPO
449449
RUN git clone -b rel-%ONNXRUNTIME_VERSION% --recursive %ONNXRUNTIME_REPO% onnxruntime && \
450-
cd onnxruntime && git submodule update --init --recursive && \
451-
git config --global user.email "you@example.com" && git config --global user.name "Your Name" && \
452-
git cherry-pick 709368ea1443dc1ff68dece31d692ad065fb94d4
450+
cd onnxruntime && git submodule update --init --recursive
453451
"""
454452

455453
if FLAGS.onnx_tensorrt_tag != "":

0 commit comments

Comments
 (0)