Skip to content

Commit

Permalink
OpenCV v4.1.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
PuneetKohli authored and janza committed Apr 24, 2019
1 parent bc66647 commit 7556e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ RUN apt-get update \
RUN pip install numpy

WORKDIR /
ENV OPENCV_VERSION="4.0.1"
ENV OPENCV_VERSION="4.1.0"
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
&& unzip ${OPENCV_VERSION}.zip \
&& mkdir /opencv-${OPENCV_VERSION}/cmake_binary \

0 comments on commit 7556e1d

Please sign in to comment.