Skip to content

Commit

Permalink
Nightly build of MJX container
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Jan 26, 2024
1 parent af1a947 commit e6d56a0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/container/Dockerfile.mjx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ echo "mujoco:
latest_verified_commit: 4f53d9a0d7bde4b9a69994d79449dfd57a04c305
mode: git-clone" >> ${MANIFEST_FILE}
get-source.sh -l mujoco -m ${MANIFEST_FILE}
echo "-e file://${SRC_PATH_MJX} -f https://py.mujoco.org/" >> /opt/pip-tools.d/requirements-mjx.in
cat "${SRC_PATH_MJX}/requirements.txt" >> /opt/pip-tools.d/requirements-mjx.in
pip install ${SRC_PATH_MJX} -f https://py.mujoco.org/
echo "-e file://${SRC_PATH_MJX}" >> /opt/pip-tools.d/requirements-mjx.in
cat "mujoco" >> /opt/pip-tools.d/requirements-mjx.in
cat "mujoco-mjx" >> /opt/pip-tools.d/requirements-mjx.in
EOF

# pip install ${SRC_PATH_MJX} -f https://py.mujoco.org/


###############################################################################
## Install accumulated packages from the base image and the previous stage
Expand Down

0 comments on commit e6d56a0

Please sign in to comment.