Skip to content

Commit 122eb3b

Browse files
committed
Adding required changes to the build.
1 parent ec06da7 commit 122eb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def dockerfile_for_linux(output_file):
277277
278278
RUN git clone -b rel-${ONNXRUNTIME_VERSION} --recursive ${ONNXRUNTIME_REPO} onnxruntime \\
279279
&& cd onnxruntime \\
280-
&& git cherry-pick 9dad9af9f9b48c05814d0c2d067d0565e8da6ce8
280+
&& git cherry-pick -n 9dad9af9f9b48c05814d0c2d067d0565e8da6ce8
281281
"""
282282

283283
if FLAGS.onnx_tensorrt_tag != "":

0 commit comments

Comments
 (0)