Skip to content

Commit 23b8385

Browse files
committed
Upgrade Openvino version and revert debug changes
1 parent 6fa6250 commit 23b8385

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,7 @@ def dockerfile_for_linux(output_file):
358358
RUN cp /workspace/onnxruntime/include/onnxruntime/core/providers/openvino/openvino_provider_factory.h \
359359
/opt/onnxruntime/include
360360
361-
RUN apt-get update && apt-get install -y --no-install-recommends libtbb2
362-
RUN ls -l /usr/lib/x86_64-linux-gnu/
363-
RUN ls -l /usr/lib/x86_64-linux-gnu/ | grep libtbb
361+
RUN apt-get update && apt-get install -y --no-install-recommends libtbb2
364362
365363
RUN cp /workspace/build/${ONNXRUNTIME_BUILD_CONFIG}/libonnxruntime_providers_openvino.so \
366364
/opt/onnxruntime/lib && \

0 commit comments

Comments
 (0)