Skip to content

Commit 9119a99

Browse files
committed
Revert "add back libtbb"
This reverts commit 26649c2.
1 parent ac892e3 commit 9119a99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@ def dockerfile_for_linux(output_file):
361361
RUN cp /workspace/onnxruntime/include/onnxruntime/core/providers/openvino/openvino_provider_factory.h \
362362
/opt/onnxruntime/include
363363
364-
RUN apt-get update && apt-get install -y --no-install-recommends libtbb2
365-
366364
RUN cp /workspace/build/${ONNXRUNTIME_BUILD_CONFIG}/libonnxruntime_providers_openvino.so \
367365
/opt/onnxruntime/lib && \
368366
cp ${INTEL_OPENVINO_DIR}/runtime/lib/intel64/libopenvino.so.${ONNXRUNTIME_OPENVINO_VERSION} \
@@ -374,8 +372,7 @@ def dockerfile_for_linux(output_file):
374372
cp ${INTEL_OPENVINO_DIR}/runtime/lib/intel64/libopenvino_ir_frontend.so.${ONNXRUNTIME_OPENVINO_VERSION} \
375373
/opt/onnxruntime/lib && \
376374
cp ${INTEL_OPENVINO_DIR}/runtime/lib/intel64/libopenvino_onnx_frontend.so.${ONNXRUNTIME_OPENVINO_VERSION} \
377-
/opt/onnxruntime/lib && \
378-
cp /usr/lib/x86_64-linux-gnu/libtbb.so.* /opt/onnxruntime/lib
375+
/opt/onnxruntime/lib
379376
380377
RUN OV_SHORT_VERSION=`echo ${ONNXRUNTIME_OPENVINO_VERSION} | awk '{ split($0,a,"."); print substr(a[1],3) a[2] a[3] }'` && \
381378
(cd /opt/onnxruntime/lib && \

0 commit comments

Comments
 (0)