We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da3363 commit d735982Copy full SHA for d735982
tools/gen_ort_dockerfile.py
@@ -268,7 +268,7 @@ def dockerfile_for_linux(output_file):
268
ARG ONNXRUNTIME_BUILD_CONFIG
269
270
# TODO: Switch to release branch
271
-RUN git clone -b main --recursive ${ONNXRUNTIME_REPO} onnxruntime
+RUN git clone -b rel-${ONNXRUNTIME_VERSION} --recursive ${ONNXRUNTIME_REPO} onnxruntime
272
"""
273
274
if FLAGS.onnx_tensorrt_tag != "":
0 commit comments