Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed opencv-contrib installation in Dockerfile #57

Merged
merged 1 commit into from
Jul 5, 2017

Conversation

KhaustovPavel
Copy link
Collaborator

Added extra "make install" to the Dockerfile

@KhaustovPavel KhaustovPavel requested a review from garybradski July 5, 2017 06:33
Copy link
Collaborator

@garybradski garybradski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this actually works -- it make the docker file more complete. Thanks!

@@ -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 \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not at my work machine, but I don't see how install could make things worse, so will accept the pull requests

@garybradski garybradski merged commit 4a68e85 into master Jul 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants