weight for checkpoint before trying to start rollout worker

This commit is contained in:
Zach Dwiel
2018-10-23 16:47:46 -04:00
committed by zach dwiel
parent 4352d6735d
commit f5b7122d56
2 changed files with 35 additions and 4 deletions
+1
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 .