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 122eb3b commit 87e9702Copy full SHA for 87e9702
tools/gen_ort_dockerfile.py
@@ -275,6 +275,7 @@ def dockerfile_for_linux(output_file):
275
ARG ONNXRUNTIME_REPO
276
ARG ONNXRUNTIME_BUILD_CONFIG
277
278
+# Cherry-pick commit: https://github.com/microsoft/onnxruntime/commit/9dad9af9f9b48c05814d0c2d067d0565e8da6ce8
279
RUN git clone -b rel-${ONNXRUNTIME_VERSION} --recursive ${ONNXRUNTIME_REPO} onnxruntime \\
280
&& cd onnxruntime \\
281
&& git cherry-pick -n 9dad9af9f9b48c05814d0c2d067d0565e8da6ce8
0 commit comments