mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Pin Vizdoom version - one more location (#468)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM coach-base:master as builder
|
||||
|
||||
# prep vizdoom and any of its related requirements.
|
||||
RUN pip3 install vizdoom
|
||||
RUN pip3 install vizdoom==1.1.7
|
||||
|
||||
# add coach source starting with files that could trigger
|
||||
# re-build if dependencies change.
|
||||
@@ -16,5 +16,5 @@ COPY --from=builder /root/.cache /root/.cache
|
||||
COPY setup.py /root/src/.
|
||||
COPY requirements.txt /root/src/.
|
||||
COPY README.md /root/src/.
|
||||
RUN pip3 install vizdoom && pip3 install -e .[all] && rm -rf /root/.cache
|
||||
RUN pip3 install vizdoom==1.1.7 && pip3 install -e .[all] && rm -rf /root/.cache
|
||||
COPY . /root/src
|
||||
|
||||
Reference in New Issue
Block a user