Skip to content

Commit c8cc8c7

Browse files
committed
Revert linux changes
1 parent afc908a commit c8cc8c7

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
@@ -237,9 +237,7 @@ def dockerfile_for_linux(output_file):
237237
ARG ONNXRUNTIME_BUILD_CONFIG
238238
239239
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
240+
(cd onnxruntime && git submodule update --init --recursive)
243241
"""
244242

245243
if FLAGS.onnx_tensorrt_tag != "":

0 commit comments

Comments
 (0)