File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ RUN curl -LO https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9
112
112
python3 -m pip install /tmp/mecab-python-0.996
113
113
114
114
# OpenCV
115
- ENV OPENCV_VERSION="4.5.3 "
115
+ ENV OPENCV_VERSION="4.5.5 "
116
116
WORKDIR /tmp
117
117
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip && \
118
118
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 && \
138
138
-D WITH_V4L=ON \
139
139
-D BUILD_TESTS=OFF \
140
140
-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" \
142
142
-D CMAKE_BUILD_TYPE=RELEASE \
143
143
-D CMAKE_INSTALL_PREFIX=$(python3 -c "import sys; print(sys.prefix)" ) \
144
144
-D PYTHON_EXECUTABLE=$(which python3) \
You can’t perform that action at this time.
0 commit comments