Skip to content

Commit d735982

Browse files
authored
Apply suggestion from @mc-nv
1 parent 0da3363 commit d735982

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
@@ -268,7 +268,7 @@ def dockerfile_for_linux(output_file):
268268
ARG ONNXRUNTIME_BUILD_CONFIG
269269
270270
# TODO: Switch to release branch
271-
RUN git clone -b main --recursive ${ONNXRUNTIME_REPO} onnxruntime
271+
RUN git clone -b rel-${ONNXRUNTIME_VERSION} --recursive ${ONNXRUNTIME_REPO} onnxruntime
272272
"""
273273

274274
if FLAGS.onnx_tensorrt_tag != "":

0 commit comments

Comments
 (0)