Skip to content

Commit ac892e3

Browse files
committed
add pip flag env var
1 parent e9b6a4e commit ac892e3

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
@@ -94,6 +94,7 @@ def dockerfile_for_linux(output_file):
9494
df += """
9595
# Ensure apt-get won't prompt for selecting options
9696
ENV DEBIAN_FRONTEND=noninteractive
97+
ENV PIP_BREAK_SYSTEM_PACKAGES=1
9798
9899
# The Onnx Runtime dockerfile is the collection of steps in
99100
# https://github.com/microsoft/onnxruntime/tree/master/dockerfiles

0 commit comments

Comments
 (0)