Skip to content

Commit 7de89fc

Browse files
committed
Use opencv/opencv repo
1 parent 0d42489 commit 7de89fc

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-
RUN wget https://github.com/Itseez/opencv/archive/3.2.0.zip \
26+
RUN wget https://github.com/opencv/opencv/archive/3.2.0.zip \
2727
&& unzip 3.2.0.zip \
2828
&& mkdir /opencv-3.2.0/cmake_binary \
2929
&& cd /opencv-3.2.0/cmake_binary \

0 commit comments

Comments
 (0)