Skip to content

Commit

Permalink
Merge pull request #26 from dnstanciu/master
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 5076508 + d7ec355 commit bc66647
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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/archive/${OPENCV_VERSION}.zip \
&& unzip ${OPENCV_VERSION}.zip \
&& mkdir /opencv-${OPENCV_VERSION}/cmake_binary \
Expand All @@ -47,7 +47,7 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
.. \
&& make install \
&& rm /${OPENCV_VERSION}.zip \
&& rm -r /opencv-${OPENCV_VERSION}
&& rm -r /opencv-${OPENCV_VERSION}
RUN ln -s \
/usr/local/python/cv2/python-3.7/cv2.cpython-37m-x86_64-linux-gnu.so \
/usr/local/lib/python3.7/site-packages/cv2.so
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.7 and opencv 4.0.0
Docker image with python 3.7 and opencv 4.0.1

Usage:

Expand All @@ -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.2`
- `contrib-opencv-3.4.2`
- `opencv-3.4.1`
Expand Down

0 comments on commit bc66647

Please sign in to comment.