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 462b3a5 commit f327144Copy full SHA for f327144
tools/gen_ort_dockerfile.py
@@ -278,7 +278,8 @@ def dockerfile_for_linux(output_file):
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
+ && git cherry-pick -n 9dad9af9f9b48c05814d0c2d067d0565e8da6ce8 \\
282
+ && sed -i 's/5ea4d05e62d7f954a46b3213f9b2535bdd866803/51982be81bbe52572b54180454df11a3ece9a934/g' cmake/deps.txt
283
"""
284
285
if FLAGS.onnx_tensorrt_tag != "":
0 commit comments