Skip to content

Commit ec06da7

Browse files
committed
Include missed commit
1 parent cf4cd89 commit ec06da7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,9 @@ def dockerfile_for_linux(output_file):
275275
ARG ONNXRUNTIME_REPO
276276
ARG ONNXRUNTIME_BUILD_CONFIG
277277
278-
RUN git clone -b rel-${ONNXRUNTIME_VERSION} --recursive ${ONNXRUNTIME_REPO} onnxruntime && \
279-
(cd onnxruntime && git submodule update --init --recursive)
278+
RUN git clone -b rel-${ONNXRUNTIME_VERSION} --recursive ${ONNXRUNTIME_REPO} onnxruntime \\
279+
&& cd onnxruntime \\
280+
&& git cherry-pick 9dad9af9f9b48c05814d0c2d067d0565e8da6ce8
280281
"""
281282

282283
if FLAGS.onnx_tensorrt_tag != "":

0 commit comments

Comments
 (0)