File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update && \
2222RUN pip install numpy
2323
2424WORKDIR /
25- ENV OPENCV_VERSION="3.4.2 "
25+ ENV OPENCV_VERSION="4.0.0 "
2626RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
2727&& unzip ${OPENCV_VERSION}.zip \
2828&& mkdir /opencv-${OPENCV_VERSION}/cmake_binary \
Original file line number Diff line number Diff line change 11[ ![ Docker Automated buil] ( https://img.shields.io/docker/automated/jjanzic/docker-python3-opencv.svg )] ( )
22
3- Docker image with python 3.6 and opencv 3.4.1
3+ Docker image with python 3.6 and opencv 4.0.0
44
55Usage:
66
@@ -11,8 +11,10 @@ Image tagged with `:contrib` contains docker image built with [contrib modules](
1111
1212List of available docker tags:
1313
14- - ` opencv-3.4.1 ` (` latest ` branch)
15- - ` contrib-opencv-3.4.1 ` (` opencv_contrib ` branch)
14+ - ` opencv-4.0.0 ` (` latest ` branch)
15+ - ` contrib-opencv-4.0.0 ` (` opencv_contrib ` branch)
16+ - ` opencv-3.4.1 `
17+ - ` contrib-opencv-3.4.1 `
1618- ` opencv-3.4.0 `
1719- ` contrib-opencv-3.4.0 `
1820- ` opencv-3.3.0 `
You can’t perform that action at this time.
0 commit comments