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 @@ -23,7 +23,7 @@ RUN apt-get update && \
23
23
RUN pip install numpy
24
24
25
25
WORKDIR /
26
- ENV OPENCV_VERSION="3.4.0 "
26
+ ENV OPENCV_VERSION="3.4.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 \
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.6 and opencv 3.4
3
+ Docker image with python 3.6 and opencv 3.4.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-3.4.0 ` (` latest ` branch)
15
- - ` contrib-opencv-3.4.0 ` (` contrib ` branch)
14
+ - ` opencv-3.4.1 ` (` latest ` branch)
15
+ - ` contrib-opencv-3.4.1 ` (` contrib ` branch)
16
+ - ` opencv-3.4.0 `
17
+ - ` contrib-opencv-3.4.0 `
16
18
- ` opencv-3.3.0 `
17
19
- ` contrib-opencv-3.3.0 `
18
20
- ` opencv-3.2.0 `
You can’t perform that action at this time.
0 commit comments