We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b635ae7 commit 2828367Copy full SHA for 2828367
tools/gen_ort_dockerfile.py
@@ -447,9 +447,7 @@ def dockerfile_for_windows(output_file):
447
ARG ONNXRUNTIME_VERSION
448
ARG ONNXRUNTIME_REPO
449
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
+ cd onnxruntime && git submodule update --init --recursive
453
"""
454
455
if FLAGS.onnx_tensorrt_tag != "":
0 commit comments