Skip to content

Commit

Permalink
fixed opencv-contrib installation in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhaustov committed Jul 5, 2017
1 parent 958b8db commit bd0510f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RUN cd \
&& cd opencv-3.2.0/build \
&& cmake -DOPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-3.2.0/modules/ .. \
&& make -j8 \
&& make install \
&& cd ../.. \
&& rm 3.2.0.zip

Expand Down

0 comments on commit bd0510f

Please sign in to comment.