Skip to content

Commit 46002d7

Browse files
committed
TPRD-1595: Trying to build over the new version
1 parent 5072363 commit 46002d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,10 @@ def dockerfile_for_linux(output_file):
280280
ARG ONNXRUNTIME_BUILD_CONFIG
281281
282282
# Cherry-pick commit: https://github.com/microsoft/onnxruntime/commit/9dad9af9f9b48c05814d0c2d067d0565e8da6ce8
283-
RUN git clone -b rel-${ONNXRUNTIME_VERSION} --recursive ${ONNXRUNTIME_REPO} onnxruntime \\
283+
RUN git clone -b main --recursive ${ONNXRUNTIME_REPO} onnxruntime \\
284284
&& cd onnxruntime \\
285-
&& git cherry-pick -n 9dad9af9f9b48c05814d0c2d067d0565e8da6ce8 \\
286-
&& sed -i 's/5ea4d05e62d7f954a46b3213f9b2535bdd866803/51982be81bbe52572b54180454df11a3ece9a934/g' cmake/deps.txt
285+
&& git fetch origin refs/pull/25246/head:build-against-latest-upstream \\
286+
&& git checkout build-against-latest-upstream
287287
"""
288288

289289
if FLAGS.onnx_tensorrt_tag != "":

0 commit comments

Comments
 (0)