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

Fixes to get builds working again #85

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

opencoca
Copy link

These days we need to use later versions of Python otherwise whole libraries won't install due to ssl issues.

PATH=$CAFFE_ROOT/build/tools:$PYCAFFE_ROOT:$PATH

RUN echo "$CAFFE_ROOT/build/lib" >> /etc/ld.so.conf.d/caffe.conf && ldconfig
### Install Caffe

Choose a reason for hiding this comment

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

You just removed all the Caffe and OpenCV, it's that ok ?

make install && \
ldconfig && \
echo 'ln /dev/null /dev/raw1394' >> ~/.bashrc
#TODO# Install OpenCV

Choose a reason for hiding this comment

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

The same as above.

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.

4 participants