Skip to content

Commit aca1112

Browse files
committed
remove psutils
1 parent 816f148 commit aca1112

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ def dockerfile_for_linux(output_file):
157157
&& apt-get install -y --no-install-recommends cmake=3.28.3* cmake-data=3.28.3* \\
158158
&& cmake --version
159159
160-
RUN python3 -m pip install psutil
161-
162160
"""
163161

164162
if FLAGS.ort_openvino is not None:
@@ -279,7 +277,7 @@ def dockerfile_for_linux(output_file):
279277

280278
df += """
281279
WORKDIR /workspace/onnxruntime
282-
ARG COMMON_BUILD_ARGS="--config ${{ONNXRUNTIME_BUILD_CONFIG}} --skip_submodule_sync --parallel 2 --build_shared_lib \
280+
ARG COMMON_BUILD_ARGS="--config ${{ONNXRUNTIME_BUILD_CONFIG}} --skip_submodule_sync --parallel --build_shared_lib \
283281
--compile_no_warning_as_error --build_dir /workspace/build --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES='{}' "
284282
""".format(
285283
cuda_archs

0 commit comments

Comments
 (0)