mirror of
https://github.com/newnius/YAO-Dockerfiles.git
synced 2025-12-13 09:36:43 +00:00
add files
This commit is contained in:
13
base/Dockerfile
Normal file
13
base/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user