Skip to content

Commit bded43c

Browse files
committed
remove libtbb copy
1 parent 123c968 commit bded43c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,7 @@ def dockerfile_for_linux(output_file):
371371
cp ${INTEL_OPENVINO_DIR}/runtime/lib/intel64/libopenvino_ir_frontend.so.${ONNXRUNTIME_OPENVINO_VERSION} \
372372
/opt/onnxruntime/lib && \
373373
cp ${INTEL_OPENVINO_DIR}/runtime/lib/intel64/libopenvino_onnx_frontend.so.${ONNXRUNTIME_OPENVINO_VERSION} \
374-
/opt/onnxruntime/lib && \
375-
cp /usr/lib/x86_64-linux-gnu/libtbb.so.12 /opt/onnxruntime/lib
374+
/opt/onnxruntime/lib
376375
377376
RUN OV_SHORT_VERSION=`echo ${ONNXRUNTIME_OPENVINO_VERSION} | awk '{ split($0,a,"."); print substr(a[1],3) a[2] a[3] }'` && \
378377
(cd /opt/onnxruntime/lib && \

0 commit comments

Comments
 (0)