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 e9b6a4e commit ac892e3Copy full SHA for ac892e3
tools/gen_ort_dockerfile.py
@@ -94,6 +94,7 @@ def dockerfile_for_linux(output_file):
94
df += """
95
# Ensure apt-get won't prompt for selecting options
96
ENV DEBIAN_FRONTEND=noninteractive
97
+ENV PIP_BREAK_SYSTEM_PACKAGES=1
98
99
# The Onnx Runtime dockerfile is the collection of steps in
100
# https://github.com/microsoft/onnxruntime/tree/master/dockerfiles
0 commit comments