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 25, 2024
1 parent dd8f9f8 commit 31469bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/container/Dockerfile.mjx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ echo "mujoco:
latest_verified_commit: 4f53d9a0d7bde4b9a69994d79449dfd57a04c305
mode: git-clone" >> ${MANIFEST_FILE}
get-source.sh -l mujoco -m ${MANIFEST_FILE}
pip install mujoco>=3.1.2.dev0
echo "-e file://${SRC_PATH_MJX}" >> /opt/pip-tools.d/requirements-mjx.in
pip install mujoco
echo "-e file://${SRC_PATH_MJX} -f https://py.mujoco.org/" >> /opt/pip-tools.d/requirements-mjx.in
ls -lah /opt/mujoco/mjx
cat /opt/pip-tools.d/requirements-mjx.in

Expand Down
2 changes: 1 addition & 1 deletion .github/container/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ haliax:
tracking_ref: main
latest_verified_commit: 0f29c95eea05ed9e2d9d01c7ae48f4231cf1a57d
mode: git-clone
mjx:
mujoco:
url: https://github.com/google-deepmind/mujoco.git
tracking_ref: main
latest_verified_commit: 4f53d9a0d7bde4b9a69994d79449dfd57a04c305
Expand Down

0 comments on commit 31469bd

Please sign in to comment.