Skip to content

Commit

Permalink
Merge pull request #27 from dnstanciu/opencv_contrib
Browse files Browse the repository at this point in the history
Update to 4.0.1
  • Loading branch information
janza authored Feb 12, 2019
2 parents d77a739 + 3f40b00 commit 9f52572
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ RUN apt-get update && \
RUN pip install numpy

WORKDIR /
ENV OPENCV_VERSION="4.0.0"
ENV OPENCV_VERSION="4.0.1"
RUN wget https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip \
&& unzip ${OPENCV_VERSION}.zip \
&& rm ${OPENCV_VERSION}.zip
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Docker Automated buil](https://img.shields.io/docker/automated/jjanzic/docker-python3-opencv.svg)]()

Docker image with python 3.6 and opencv 4.0.0
Docker image with python 3.7 and opencv 4.0.1

Usage:

@@ -11,8 +11,10 @@ Image tagged with `:contrib` contains docker image built with [contrib modules](

List of available docker tags:

- `opencv-4.0.0` (`latest` branch)
- `contrib-opencv-4.0.0` (`opencv_contrib` branch)
- `opencv-4.0.1` (`latest` branch)
- `contrib-opencv-4.0.1` (`opencv_contrib` branch)
- `opencv-4.0.0`
- `contrib-opencv-4.0.0`
- `opencv-3.4.1`
- `contrib-opencv-3.4.1`
- `opencv-3.4.0`

0 comments on commit 9f52572

Please sign in to comment.