File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update && \
22
22
RUN pip install numpy
23
23
24
24
WORKDIR /
25
- ENV OPENCV_VERSION="3.4.2 "
25
+ ENV OPENCV_VERSION="4.0.0 "
26
26
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
27
27
&& unzip ${OPENCV_VERSION}.zip \
28
28
&& mkdir /opencv-${OPENCV_VERSION}/cmake_binary \
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 3.4.2
3
+ Docker image with python 3.7 and opencv 4.0.0
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-3.4.2 ` (` latest ` branch)
15
- - ` contrib-opencv-3.4.2 ` (` opencv_contrib ` branch)
14
+ - ` opencv-4.0.0 ` (` latest ` branch)
15
+ - ` contrib-opencv-4.0.0 ` (` opencv_contrib ` branch)
16
+ - ` opencv-3.4.2 `
17
+ - ` contrib-opencv-3.4.2 `
16
18
- ` opencv-3.4.1 `
17
19
- ` contrib-opencv-3.4.1 `
18
20
- ` opencv-3.4.0 `
You can’t perform that action at this time.
0 commit comments