Skip to content

Commit 80a0e5b

Browse files
authored
Pre-commit fix (#226)
1 parent 056a428 commit 80a0e5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@ def dockerfile_for_linux(output_file):
227227
ep_flags += " --use_openvino CPU_FP32"
228228

229229
if target_platform() == "igpu":
230-
ep_flags += " --skip_tests --cmake_extra_defines 'onnxruntime_BUILD_UNIT_TESTS=OFF'"
230+
ep_flags += (
231+
" --skip_tests --cmake_extra_defines 'onnxruntime_BUILD_UNIT_TESTS=OFF'"
232+
)
231233
cuda_archs = "53;62;72;87"
232234
else:
233235
cuda_archs = "60;61;70;75;80;86;90"

0 commit comments

Comments
 (0)