pytorch/docker
Pieter Noordhuis 50360aa00a Install cmake3 (v3.6.3) in CentOS containers
Summary: Closes https://github.com/caffe2/caffe2/pull/1624

Differential Revision: D6572260

Pulled By: pietern

fbshipit-source-id: 5698d78f851108826ae68a6a41d81ee16453f666
2017-12-14 15:05:50 -08:00
..
jenkins Install cmake3 (v3.6.3) in CentOS containers 2017-12-14 15:05:50 -08:00
ubuntu-14.04-cpu-all-options
ubuntu-14.04-cpu-minimal
ubuntu-16.04-cpu-all-options Remove duplicate Docker dependency 2017-11-02 14:01:27 -07:00
ubuntu-16.04-cpu-minimal
ubuntu-16.04-cuda8-cudnn6-all-options
ubuntu-16.04-cuda8-cudnn7-all-options
ubuntu-16.04-gpu-tutorial
readme.md

Docker & Caffe2

Note: use nvidia-docker to run all GPU builds.

To get the latest source, rerun the docker builds using the Dockerfiles.

Docker images at https://hub.docker.com/r/caffe2ai/caffe2/ are a few months old, but will be refreshed soon.

Build like: docker build -t caffe2:cuda8-cudnn6-all-options .

Run like: nvidia-docker run --rm -it caffe2:cuda8-cudnn6-all-options python -m caffe2.python.operator_test.relu_op_test

For Docker on USB related instructions you can find some help on the gh-pages branch here