Skip to content

Commit

Permalink
allow pip to break system packages for installations
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-kmcgill53 committed Jan 22, 2025
1 parent b64f33b commit 5cab3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/gen_openvino_dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def dockerfile_for_linux(output_file):
df += """
# Ensure apt-get won't prompt for selecting options
ENV DEBIAN_FRONTEND=noninteractive
ENV PIP_BREAK_SYSTEM_PACKAGES=1
RUN apt-get update && apt-get install -y --no-install-recommends \
cmake \
Expand Down

0 comments on commit 5cab3d6

Please sign in to comment.