File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ RUN apt-get update && \
23
23
RUN pip install numpy
24
24
25
25
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 \
30
30
&& cmake -DBUILD_TIFF=ON \
31
31
-DBUILD_opencv_java=OFF \
32
32
-DWITH_CUDA=OFF \
@@ -45,5 +45,5 @@ RUN wget https://github.com/opencv/opencv/archive/3.2.0.zip \
45
45
-DPYTHON_INCLUDE_DIR=$(python3.6 -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())" ) \
46
46
-DPYTHON_PACKAGES_PATH=$(python3.6 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())" ) .. \
47
47
&& 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
You can’t perform that action at this time.
0 commit comments