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-01 16:43:41 +08:00
parent ac6cb48797
commit 062b021bc0
2 changed files with 60 additions and 56 deletions

View File

@@ -14,7 +14,9 @@ RUN pip3 install pandas sklearn tensorflow-gpu==1.14
ADD bootstrap.sh /etc/bootstrap.sh
ADD agent.py /root/agent.py
RUN mkdir /root/data/
ADD serve.py /root/serve.py
ADD model_tensorflow.py /root/model_tensorflow.py
WORKDIR /root