Caffe docker image with CUDA 7.5
379
This contains a Docker image with GPU enabled Caffe ready to go. The image uses kaixhin/cuda which creates an environment with:
It has only been tested on Ubuntu 14.04 and 15.04 with the following requirements:
Make sure you installed and compiled the samples, then run:
/usr/local/cuda/samples/1_Utilities/deviceQuery/deviceQuery
You should see an output like:
deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 7.5, CUDA Runtime Version = 7.5, NumDevs = 1, Device0 = GeForce 940M
Result = PASS
Image is hosted in docker hub:
docker pull alantrrs/caffe-docker
So that you don't have to pass the devices every time your run the image:
export NVIDIA_DEVICES="--device=/dev/nvidia0:/dev/nvidia0 --device=/dev/nvidiactl:/dev/nvidiactl --device=/dev/nvidia-uvm:/dev/nvidia-uvm"
alias dockercuda="docker run $NVIDIA_DEVICES"
dockercuda alantrrs/caffe-docker make runtest
Content type
Image
Digest
sha256:6f5868838…
Size
1.6 GB
Last updated
almost 11 years ago
docker pull alantrrs/caffe-docker