Skip to content

Fixes to get builds working again#85

Open
opencoca wants to merge 3 commits intofloydhub:masterfrom
opencoca:master
Open

Fixes to get builds working again#85
opencoca wants to merge 3 commits intofloydhub:masterfrom
opencoca:master

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