Skip to content

Commit bc66647

Browse files
authored
Merge pull request #26 from dnstanciu/master
Update to 4.0.1
2 parents 5076508 + d7ec355 commit bc66647

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update \
2323
RUN pip install numpy
2424

2525
WORKDIR /
26-
ENV OPENCV_VERSION="4.0.0"
26+
ENV OPENCV_VERSION="4.0.1"
2727
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
2828
&& unzip ${OPENCV_VERSION}.zip \
2929
&& mkdir /opencv-${OPENCV_VERSION}/cmake_binary \
@@ -47,7 +47,7 @@ RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
4747
.. \
4848
&& make install \
4949
&& rm /${OPENCV_VERSION}.zip \
50-
&& rm -r /opencv-${OPENCV_VERSION}
50+
&& rm -r /opencv-${OPENCV_VERSION}
5151
RUN ln -s \
5252
/usr/local/python/cv2/python-3.7/cv2.cpython-37m-x86_64-linux-gnu.so \
5353
/usr/local/lib/python3.7/site-packages/cv2.so

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Docker Automated buil](https://img.shields.io/docker/automated/jjanzic/docker-python3-opencv.svg)]()
22

3-
Docker image with python 3.7 and opencv 4.0.0
3+
Docker image with python 3.7 and opencv 4.0.1
44

55
Usage:
66

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

1212
List of available docker tags:
1313

14-
- `opencv-4.0.0` (`latest` branch)
15-
- `contrib-opencv-4.0.0` (`opencv_contrib` branch)
14+
- `opencv-4.0.1` (`latest` branch)
15+
- `contrib-opencv-4.0.1` (`opencv_contrib` branch)
16+
- `opencv-4.0.0`
17+
- `contrib-opencv-4.0.0`
1618
- `opencv-3.4.2`
1719
- `contrib-opencv-3.4.2`
1820
- `opencv-3.4.1`

0 commit comments

Comments
 (0)