mirror of
https://github.com/newnius/YAO-Dockerfiles.git
synced 2025-12-15 10:06:45 +00:00
add tf 1.14.0-gpu
This commit is contained in:
13
tensorflow/1.14-gpu/Dockerfile
Normal file
13
tensorflow/1.14-gpu/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM tensorflow/tensorflow:1.14.0-gpu
|
||||
|
||||
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y git && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
ENTRYPOINT ["/etc/bootstrap.sh"]
|
||||
Reference in New Issue
Block a user