Skip to content

Commit

Permalink
fix(zjow): fix mujoco-py compatibility issue for cython<3 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjowowen authored Aug 22, 2023
1 parent 7451f46 commit c299fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN mkdir -p /root/.mujoco \
ENV LD_LIBRARY_PATH /root/.mujoco/mjpro210/bin:/root/.mujoco/mujoco210/bin:${LD_LIBRARY_PATH}

Run python3 -m pip install --upgrade pip \
&& pip3 install "cython<3" \
&& pip3 install --no-cache-dir numpy \
&& pip3 install --no-cache-dir -U "gym[mujoco,mujoco_py]==0.25.1" --user \
&& pip install gymnasium[mujoco] \
Expand Down

0 comments on commit c299fb9

Please sign in to comment.