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 ;
211
211
ln -s /opt/intel/*openvino_toolkit* /opt/intel/openvino_2025
212
212
213
213
# 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 && \
216
216
rm /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
220
220
221
221
# install sample apps including benchmark_app
222
222
# 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 ;
203
203
ln -s /opt/intel/*openvino_toolkit* /opt/intel/openvino_2025
204
204
205
205
# 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 && \
208
208
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
211
211
212
212
WORKDIR /
213
213
# install sample apps including benchmark_app
You can’t perform that action at this time.
0 commit comments