We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc908a commit c8cc8c7Copy full SHA for c8cc8c7
tools/gen_ort_dockerfile.py
@@ -237,9 +237,7 @@ def dockerfile_for_linux(output_file):
237
ARG ONNXRUNTIME_BUILD_CONFIG
238
239
RUN git clone -b rel-${ONNXRUNTIME_VERSION} --recursive ${ONNXRUNTIME_REPO} onnxruntime && \
240
- cd onnxruntime && git submodule update --init --recursive && \
241
- git config --global user.email "[email protected]" && git config --global user.name "Your Name" && \
242
- git cherry-pick 709368ea1443dc1ff68dece31d692ad065fb94d4
+ (cd onnxruntime && git submodule update --init --recursive)
243
"""
244
245
if FLAGS.onnx_tensorrt_tag != "":
0 commit comments