Skip to content

Commit d583f88

Browse files
committed
Add extra curtly bracers to adress Python syntax
1 parent d2de8cf commit d583f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def dockerfile_for_linux(output_file):
354354

355355
df += """
356356
RUN N_PARALLEL_JOBS=$( [[ $(nproc --all) < 64 ]] && echo $(nproc --all) || echo 64 ) && \\
357-
./build.sh ${{COMMON_BUILD_ARGS}} --parallel ${N_PARALLEL_JOBS} --update --build {}
357+
./build.sh ${{COMMON_BUILD_ARGS}} --parallel ${{N_PARALLEL_JOBS}} --update --build {}
358358
""".format(
359359
ep_flags
360360
)

0 commit comments

Comments
 (0)