Skip to content

Commit 7556e1d

Browse files
PuneetKohlijanza
authored andcommitted
OpenCV v4.1.0 (#32)
1 parent bc66647 commit 7556e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.1"
26+
ENV OPENCV_VERSION="4.1.0"
2727
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
2828
&& unzip ${OPENCV_VERSION}.zip \
2929
&& mkdir /opencv-${OPENCV_VERSION}/cmake_binary \

0 commit comments

Comments
 (0)