Add Dockerfiles for creating Caffe executable images.
authorEvan Lezar <evan.lezar@zalando.de>
Tue, 5 Jan 2016 15:27:28 +0000 (16:27 +0100)
committerEvan Lezar <evan.lezar@zalando.de>
Sat, 27 Feb 2016 09:50:28 +0000 (10:50 +0100)
commit6cba462401c7a8596afa957eb57c618fdfc63292
treedb7ac2606c6c78421fbb3b484706c6f422647a53
parentfe0f44112a153377ff4c418adefc8c690b872c37
Add Dockerfiles for creating Caffe executable images.

These can be used as direct replacements for the Caffe executable.
docker/Makefile [new file with mode: 0644]
docker/README.md [new file with mode: 0644]
docker/standalone/cpu/Dockerfile [new file with mode: 0644]
docker/standalone/gpu/Dockerfile [new file with mode: 0644]
docker/templates/Dockerfile.template [new file with mode: 0644]
examples/mnist/train_lenet_docker.sh [new file with mode: 0755]