File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -211,12 +211,12 @@ RUN if [ "$ov_use_binary" = "1" ] && [ "$DLDT_PACKAGE_URL" != "" ]; then true ;
211211 ln -s /opt/intel/*openvino_toolkit* /opt/intel/openvino_2025
212212
213213# update oneTBB
214- RUN wget -nv https://github.com/oneapi-src/oneTBB/releases/download/v2021.13.0/oneapi-tbb-2021.13 .0-lin.tgz && \
215- tar -zxf oneapi-tbb-2021.13 .0-lin.tgz && \
214+ RUN wget -nv https://github.com/oneapi-src/oneTBB/releases/download/v2021.13.0/oneapi-tbb-2022.2 .0-lin.tgz && \
215+ tar -zxf oneapi-tbb-2022.2 .0-lin.tgz && \
216216rm /opt/intel/openvino/runtime/3rdparty/tbb/lib/*.so* && \
217- cp -vP oneapi-tbb-2021.13 .0/lib/intel64/gcc4.8/*.so* /opt/intel/openvino/runtime/3rdparty/tbb/lib/ && \
218- rm -f /opt/intel/openvino/oneapi-tbb-2021.13 .0-lin.tgz
219- ENV TBB_DIR=/tmp/openvino_installer/oneapi-tbb-2021.13 .0/lib/cmake/tbb
217+ cp -vP oneapi-tbb-2022.2 .0/lib/intel64/gcc4.8/*.so* /opt/intel/openvino/runtime/3rdparty/tbb/lib/ && \
218+ rm -f /opt/intel/openvino/oneapi-tbb-2022.2 .0-lin.tgz
219+ ENV TBB_DIR=/tmp/openvino_installer/oneapi-tbb-2022.2 .0/lib/cmake/tbb
220220
221221# install sample apps including benchmark_app
222222# hadolint ignore=DL3041
Original file line number Diff line number Diff line change @@ -203,11 +203,11 @@ RUN if [ "$ov_use_binary" == "1" ] && [ "$DLDT_PACKAGE_URL" != "" ]; then true ;
203203 ln -s /opt/intel/*openvino_toolkit* /opt/intel/openvino_2025
204204
205205# update oneTBB
206- RUN wget -nv https://github.com/oneapi-src/oneTBB/releases/download/v2021.13.0/oneapi-tbb-2021.13 .0-lin.tgz && \
207- tar -zxf oneapi-tbb-2021.13 .0-lin.tgz && \
206+ RUN wget -nv https://github.com/oneapi-src/oneTBB/releases/download/v2021.13.0/oneapi-tbb-2022.2 .0-lin.tgz && \
207+ tar -zxf oneapi-tbb-2022.2 .0-lin.tgz && \
208208 rm /opt/intel/openvino/runtime/3rdparty/tbb/lib/*.so* && \
209- cp -vP oneapi-tbb-2021.13 .0/lib/intel64/gcc4.8/*.so* /opt/intel/openvino/runtime/3rdparty/tbb/lib/ && \
210- rm -f /opt/intel/openvino/oneapi-tbb-2021.13 .0-lin.tgz
209+ cp -vP oneapi-tbb-2022.2 .0/lib/intel64/gcc4.8/*.so* /opt/intel/openvino/runtime/3rdparty/tbb/lib/ && \
210+ rm -f /opt/intel/openvino/oneapi-tbb-2022.2 .0-lin.tgz
211211
212212WORKDIR /
213213# install sample apps including benchmark_app
You can’t perform that action at this time.
0 commit comments