mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Pin Vizdoom version (#467)
This commit is contained in:
@@ -14,7 +14,7 @@ ENV LD_LIBRARY_PATH /root/.mujoco/mjpro150/bin:$LD_LIBRARY_PATH
|
|||||||
RUN echo $MUJOCO_KEY | base64 --decode > /root/.mujoco/mjkey.txt
|
RUN echo $MUJOCO_KEY | base64 --decode > /root/.mujoco/mjkey.txt
|
||||||
RUN pip3 install mujoco_py==1.50.1.68
|
RUN pip3 install mujoco_py==1.50.1.68
|
||||||
# Vizdoom
|
# Vizdoom
|
||||||
RUN pip3 install vizdoom
|
RUN pip3 install vizdoom==1.1.7
|
||||||
|
|
||||||
RUN mkdir /root/src
|
RUN mkdir /root/src
|
||||||
COPY setup.py /root/src/.
|
COPY setup.py /root/src/.
|
||||||
@@ -29,5 +29,5 @@ COPY --from=builder /root/.cache /root/.cache
|
|||||||
COPY setup.py /root/src/.
|
COPY setup.py /root/src/.
|
||||||
COPY requirements.txt /root/src/.
|
COPY requirements.txt /root/src/.
|
||||||
COPY README.md /root/src/.
|
COPY README.md /root/src/.
|
||||||
RUN pip3 install gym[atari]==0.12.5 box2d mujoco_py==1.50.1.68 vizdoom && pip3 install -e .[all] && rm -rf /root/.cache
|
RUN pip3 install gym[atari]==0.12.5 box2d mujoco_py==1.50.1.68 vizdoom==1.1.7 && pip3 install -e .[all] && rm -rf /root/.cache
|
||||||
COPY . /root/src
|
COPY . /root/src
|
||||||
|
|||||||
Reference in New Issue
Block a user