FROM nvidia/cuda:9.0-cudnn7-runtime MAINTAINER Newnius USER root RUN apt update && \ apt install -y git ADD bootstrap.sh /etc/bootstrap.sh ENTRYPOINT ["/etc/bootstrap.sh"]