Skip to content

Commit e9b6a4e

Browse files
committed
remove pip flag
1 parent 26649c2 commit e9b6a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def dockerfile_for_linux(output_file):
156156
&& apt-get install -y --no-install-recommends cmake=3.28.* cmake-data=3.28.* \\
157157
&& cmake --version
158158
159-
RUN python3 -m pip install --break-system-packages psutil
159+
RUN python3 -m pip install psutil
160160
161161
"""
162162
if FLAGS.enable_gpu:

0 commit comments

Comments
 (0)