Skip to content

Commit d87ab8a

Browse files
committed
OpenCV 3.3.0 update
1 parent 6f8b37d commit d87ab8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ RUN apt-get update && \
2323
RUN pip install numpy
2424

2525
WORKDIR /
26-
RUN wget https://github.com/opencv/opencv/archive/3.2.0.zip \
27-
&& unzip 3.2.0.zip \
28-
&& mkdir /opencv-3.2.0/cmake_binary \
29-
&& cd /opencv-3.2.0/cmake_binary \
26+
RUN wget https://github.com/opencv/opencv/archive/3.3.0.zip \
27+
&& unzip 3.3.0.zip \
28+
&& mkdir /opencv-3.3.0/cmake_binary \
29+
&& cd /opencv-3.3.0/cmake_binary \
3030
&& cmake -DBUILD_TIFF=ON \
3131
-DBUILD_opencv_java=OFF \
3232
-DWITH_CUDA=OFF \
@@ -45,5 +45,5 @@ RUN wget https://github.com/opencv/opencv/archive/3.2.0.zip \
4545
-DPYTHON_INCLUDE_DIR=$(python3.6 -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())") \
4646
-DPYTHON_PACKAGES_PATH=$(python3.6 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") .. \
4747
&& make install \
48-
&& rm /3.2.0.zip \
49-
&& rm -r /opencv-3.2.0
48+
&& rm /3.3.0.zip \
49+
&& rm -r /opencv-3.3.0

0 commit comments

Comments
 (0)