Install | Caffe2
https://caffe2.ai/docsFor example, if you run the command below from the ubuntu-14.04-cpu-all-options folder you will get a docker image around 1.5GB that has many optional libraries like OpenCV, for the minimal install, ubuntu-14.04-cpu-minimal, it is about 1GB and is just enough to run Caffe2, and finally for the gpu dockerfile, ubuntu-14.04-gpu-all-options, it is based on the NVIDIA CUDA docker image …
Install - Caffe2
caffe2.ai › docsTo install Caffe2 with Anaconda, simply activate your desired conda environment and run the following command. 1. conda install pytorch-nightly-cpu -c pytorch. This does NOT include libraries that are necessary to run the tutorials, such as jupyter. See the tutorials page for the list of required packages needed to run the tutorials.