BootStrap: docker From: nvidia/cuda:8.0-cudnn5-devel-centos7 %post # install other needed packages yum clean all yum -y update yum -y install epel-release yum -y install python-pip # create bind points for NIH HPC environment mkdir /gpfs /spin1 /gs2 /gs3 /gs4 /gs5 /gs6 /data /scratch /fdb /lscratch # install tensorflow pip install --upgrade pip pip install tensorflow-gpu