mirror of
https://github.com/newnius/YAO-Dockerfiles.git
synced 2025-06-07 08:11:56 +00:00
8 lines
156 B
Docker
8 lines
156 B
Docker
|
FROM quickdeploy/python3
|
||
|
|
||
|
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||
|
|
||
|
USER root
|
||
|
|
||
|
RUN pip3 install tensorflow-gpu==1.12 numpy pandas matplotlib sklearn scipy
|