Skip to content

Commit 87e9702

Browse files
mc-nvyinggeh
andauthored
Update tools/gen_ort_dockerfile.py
Co-authored-by: Yingge He <[email protected]>
1 parent 122eb3b commit 87e9702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ def dockerfile_for_linux(output_file):
275275
ARG ONNXRUNTIME_REPO
276276
ARG ONNXRUNTIME_BUILD_CONFIG
277277
278+
# Cherry-pick commit: https://github.com/microsoft/onnxruntime/commit/9dad9af9f9b48c05814d0c2d067d0565e8da6ce8
278279
RUN git clone -b rel-${ONNXRUNTIME_VERSION} --recursive ${ONNXRUNTIME_REPO} onnxruntime \\
279280
&& cd onnxruntime \\
280281
&& git cherry-pick -n 9dad9af9f9b48c05814d0c2d067d0565e8da6ce8

0 commit comments

Comments
 (0)