Short Description
Build Caffe from source on top of trafferty/docker-ipython-opencv
Full Description
Build latest Caffe from source for Python 2.7. Created on top of trafferty/docker-ipython-opencv IPython OpenCV3 image.
Go to directory that contains your data folder, and where you would like to save your notebooks to, and run:
$docker run --name cv_caffe_notebook -d -p 443:8888 -v $(pwd):/var/local/notebooks -e "PASSWORD=MY_PASSWORD" mhuang74/ipython-opencv3-caffe
Then open your browser to https://localhost (or remote host running docker container).
This image is for running the tutorial "A Fully Convolutional Network for Left Ventricle Segmentation", found at:
https://gist.github.com/ajsander/b65061d12f50de3cef5d
Dockerfile for this image can be found at:
Docker Pull Command
Owner
mhuang74