Skip to content

Commit

Permalink
Update tools/gen_ort_dockerfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Misha Chornyi <[email protected]>
  • Loading branch information
pvijayakrish and mc-nv authored Oct 31, 2024
1 parent c89a48d commit f98426f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/gen_ort_dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]" && git config --global user.name "Your Name" && \
git cherry-pick 709368ea1443dc1ff68dece31d692ad065fb94d4
cd onnxruntime && git submodule update --init --recursive
"""

if FLAGS.onnx_tensorrt_tag != "":
Expand Down

0 comments on commit f98426f

Please sign in to comment.