File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -280,10 +280,10 @@ def dockerfile_for_linux(output_file):
280280ARG 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 != "" :
You can’t perform that action at this time.
0 commit comments