Skip to content

Commit

Permalink
style(nyz): update metaworld image (ci skip, metaworld docker)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Oct 30, 2023
1 parent 8834c21 commit eee2239
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker/Dockerfile.env
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,14 @@ WORKDIR /ding

RUN mkdir tempfile \
&& cd tempfile \
&& wget https://github.com/rlworkgroup/metaworld/archive/refs/heads/master.zip -O metaworld_master.zip \
&& unzip metaworld_master.zip \
&& python3 -m pip install --no-cache-dir ./Metaworld-master/ \
&& python3 -m pip install --no-cache-dir git+https://github.com/Farama-Foundation/Metaworld.git@b2a4cbb98e20081412cb4cc7ae3d4afc456a732a \
&& cd .. \
&& rm -rf tempfile

RUN apt-get install xvfb ffmpeg -y \
&& rm -rf /opt/conda/bin/ffmpeg \
&& ln -s /usr/bin/ffmpeg /opt/conda/bin/ffmpeg

FROM opendilab/ding:nightly as cityflow

WORKDIR /ding
Expand Down

0 comments on commit eee2239

Please sign in to comment.