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

8 lines
156 B
Docker
Raw Normal View History

2019-04-12 06:50:46 +00:00
FROM quickdeploy/python3
MAINTAINER Newnius <newnius.cn@gmail.com>
USER root
RUN pip3 install tensorflow-gpu==1.12 numpy pandas matplotlib sklearn scipy