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:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user