wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
conda create --name networks-do-networks --file conf/spec-file.txt
source activate networks-do-networks
export LD_LIBRARY_PATH=<PATH_TO_YOUR_CONDA>/conda/miniconda3/envs/tf/lib/
export CUDA_VISIBLE_DEVICES=0