File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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 += """
281279WORKDIR /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
You can’t perform that action at this time.
0 commit comments