1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-13 08:26:43 +00:00
This commit is contained in:
2020-05-02 02:21:28 +08:00
parent b2ffd6f332
commit 92c305e29d
3 changed files with 28 additions and 26 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