1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-06 07:51:54 +00:00

add tf, install keras

This commit is contained in:
Newnius 2019-05-14 23:07:01 +08:00
parent 477aef6043
commit eaf2d3dfae

View File

@ -4,4 +4,4 @@ MAINTAINER Newnius <newnius.cn@gmail.com>
USER root
RUN pip3 install tensorflow-gpu==1.12 numpy pandas matplotlib sklearn scipy
RUN pip3 install tensorflow-gpu==1.12 numpy pandas matplotlib sklearn scipy keras