1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-12-16 02:26:43 +00:00

add files

This commit is contained in:
2020-05-02 20:24:39 +08:00
parent e138080919
commit dd5ca74194
3 changed files with 243 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ RUN apt update && \
apt install -y git vim httpie && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install pandas sklearn tensorflow-gpu==1.14
RUN pip3 install pandas sklearn tensorflow-gpu==1.14 keras
ADD bootstrap.sh /etc/bootstrap.sh