File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apt-get update \
23
23
RUN pip install numpy
24
24
25
25
WORKDIR /
26
- ENV OPENCV_VERSION="4.0.0 "
26
+ ENV OPENCV_VERSION="4.0.1 "
27
27
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
28
28
&& unzip ${OPENCV_VERSION}.zip \
29
29
&& mkdir /opencv-${OPENCV_VERSION}/cmake_binary \
@@ -47,7 +47,7 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
47
47
.. \
48
48
&& make install \
49
49
&& rm /${OPENCV_VERSION}.zip \
50
- && rm -r /opencv-${OPENCV_VERSION}
50
+ && rm -r /opencv-${OPENCV_VERSION}
51
51
RUN ln -s \
52
52
/usr/local/python/cv2/python-3.7/cv2.cpython-37m-x86_64-linux-gnu.so \
53
53
/usr/local/lib/python3.7/site-packages/cv2.so
Original file line number Diff line number Diff line change 1
1
[ ![ Docker Automated buil] ( https://img.shields.io/docker/automated/jjanzic/docker-python3-opencv.svg )] ( )
2
2
3
- Docker image with python 3.7 and opencv 4.0.0
3
+ Docker image with python 3.7 and opencv 4.0.1
4
4
5
5
Usage:
6
6
@@ -11,8 +11,10 @@ Image tagged with `:contrib` contains docker image built with [contrib modules](
11
11
12
12
List of available docker tags:
13
13
14
- - ` opencv-4.0.0 ` (` latest ` branch)
15
- - ` contrib-opencv-4.0.0 ` (` opencv_contrib ` branch)
14
+ - ` opencv-4.0.1 ` (` latest ` branch)
15
+ - ` contrib-opencv-4.0.1 ` (` opencv_contrib ` branch)
16
+ - ` opencv-4.0.0 `
17
+ - ` contrib-opencv-4.0.0 `
16
18
- ` opencv-3.4.2 `
17
19
- ` contrib-opencv-3.4.2 `
18
20
- ` opencv-3.4.1 `
You can’t perform that action at this time.
0 commit comments