Skip to content

Commit

Permalink
Include libtbb.so (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui authored Jul 11, 2023
1 parent 73e2efd commit d98c883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/gen_ort_dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def dockerfile_for_linux(output_file):
/opt/onnxruntime/lib && \
cp ${INTEL_OPENVINO_DIR}/runtime/lib/intel64/libopenvino_onnx_frontend.so.${ONNXRUNTIME_OPENVINO_VERSION} \
/opt/onnxruntime/lib && \
cp /usr/lib/x86_64-linux-gnu/libtbb.so.12 /opt/onnxruntime/lib && \
cp /usr/lib/x86_64-linux-gnu/libpugixml.so.1 /opt/onnxruntime/lib
RUN OV_SHORT_VERSION=`echo ${ONNXRUNTIME_OPENVINO_VERSION} | awk '{ split($0,a,"."); print substr(a[1],3) a[2] a[3] }'` && \
Expand Down

0 comments on commit d98c883

Please sign in to comment.