1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-07 08:11:56 +00:00
YAO-Dockerfiles/base/Dockerfile

14 lines
202 B
Docker
Raw Normal View History

2019-04-12 06:50:46 +00:00
FROM nvidia/cuda:9.0-cudnn7-runtime
MAINTAINER Newnius <newnius.cn@gmail.com>
USER root
RUN apt update && \
apt install -y git
ADD bootstrap.sh /etc/bootstrap.sh
ENTRYPOINT ["/etc/bootstrap.sh"]