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 26649c2 commit e9b6a4eCopy full SHA for e9b6a4e
tools/gen_ort_dockerfile.py
@@ -156,7 +156,7 @@ def dockerfile_for_linux(output_file):
156
&& apt-get install -y --no-install-recommends cmake=3.28.* cmake-data=3.28.* \\
157
&& cmake --version
158
159
-RUN python3 -m pip install --break-system-packages psutil
+RUN python3 -m pip install psutil
160
161
"""
162
if FLAGS.enable_gpu:
0 commit comments