1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

weight for checkpoint before trying to start rollout worker

This commit is contained in:
Zach Dwiel
2018-09-15 00:55:50 +00:00
committed by zach dwiel
parent 4352d6735d
commit f5b7122d56
2 changed files with 35 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ RUN pip3 install --upgrade pip
RUN mkdir /root/src
COPY setup.py /root/src/.
COPY requirements.txt /root/src/.
COPY README.md /root/src/.
WORKDIR /root/src
RUN pip3 install -e .