We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa6250 commit 23b8385Copy full SHA for 23b8385
tools/gen_ort_dockerfile.py
@@ -358,9 +358,7 @@ def dockerfile_for_linux(output_file):
358
RUN cp /workspace/onnxruntime/include/onnxruntime/core/providers/openvino/openvino_provider_factory.h \
359
/opt/onnxruntime/include
360
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
+RUN apt-get update && apt-get install -y --no-install-recommends libtbb2
364
365
RUN cp /workspace/build/${ONNXRUNTIME_BUILD_CONFIG}/libonnxruntime_providers_openvino.so \
366
/opt/onnxruntime/lib && \
0 commit comments