File tree 1 file changed +1
-3
lines changed
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):
157
157
&& apt-get install -y --no-install-recommends cmake=3.28.3* cmake-data=3.28.3* \\
158
158
&& cmake --version
159
159
160
- RUN python3 -m pip install psutil
161
-
162
160
"""
163
161
164
162
if FLAGS .ort_openvino is not None :
@@ -279,7 +277,7 @@ def dockerfile_for_linux(output_file):
279
277
280
278
df += """
281
279
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 \
283
281
--compile_no_warning_as_error --build_dir /workspace/build --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES='{}' "
284
282
""" .format (
285
283
cuda_archs
You can’t perform that action at this time.
0 commit comments