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 2511745 commit 8aaa417
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/container/Dockerfile.mjx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ echo "mujoco:
tracking_ref: main
latest_verified_commit: 4f53d9a0d7bde4b9a69994d79449dfd57a04c305
mode: git-clone" >> ${MANIFEST_FILE}
get-source.sh -l mujoco -m ${MANIFEST_FILE}
pip install ${SRC_PATH_MJX} -f https://py.mujoco.org/
get-source.sh -l mujoco -m ${MANIFEST_FILE}
echo "-f https://py.mujoco.org/" >> /opt/pip-tools.d/requirements-mjx.in
echo "-e file://${SRC_PATH_MJX}" >> /opt/pip-tools.d/requirements-mjx.in

EOF


Expand Down

0 comments on commit 8aaa417

Please sign in to comment.