We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92dd5a0 commit e54c538Copy full SHA for e54c538
Dockerfile_deps
@@ -102,7 +102,7 @@ RUN wget https://github.com/opencv/opencv/archive/"${OPENCV_VERSION}".zip && \
102
rm -r /tmp/opencv
103
104
# install tbb
105
-ENV TBB_VERSION="2021.5.0"
+ENV TBB_VERSION="2021.9.0"
106
WORKDIR /tmp/tbb
107
RUN wget https://github.com/oneapi-src/oneTBB/archive/refs/tags/v"${TBB_VERSION}".zip && \
108
unzip v${TBB_VERSION}.zip && \
0 commit comments