Skip to content

Commit 2f7c321

Browse files
committed
update opencv 4.5.5
1 parent c06c792 commit 2f7c321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/ngc-tensorflow/Dockerfile.21.12-tf1-py3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN curl -LO https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9
112112
python3 -m pip install /tmp/mecab-python-0.996
113113

114114
# OpenCV
115-
ENV OPENCV_VERSION="4.5.3"
115+
ENV OPENCV_VERSION="4.5.5"
116116
WORKDIR /tmp
117117
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip && \
118118
wget -O opencv-contrib.zip https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip && \
@@ -138,7 +138,7 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip && \
138138
-D WITH_V4L=ON \
139139
-D BUILD_TESTS=OFF \
140140
-D BUILD_PERF_TESTS=OFF \
141-
-D OPENCV_EXTRA_MODULES_PATH="../../opencv_contrib-4.5.3/modules" \
141+
-D OPENCV_EXTRA_MODULES_PATH="../../opencv_contrib-4.5.5/modules" \
142142
-D CMAKE_BUILD_TYPE=RELEASE \
143143
-D CMAKE_INSTALL_PREFIX=$(python3 -c "import sys; print(sys.prefix)") \
144144
-D PYTHON_EXECUTABLE=$(which python3) \

0 commit comments

Comments
 (0)