Skip to content

Commit 6796e68

Browse files
committed
Make CMake output verbose for image
1 parent 5084468 commit 6796e68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ def dockerfile_for_linux(output_file):
187187
packaging \\
188188
patchelf==0.17.2 \\
189189
wheel>=0.35.1
190+
191+
ENV VERBOSE=1
190192
"""
191193

192194
if FLAGS.ort_openvino is not None:

0 commit comments

Comments
 (0)