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 5eb5f56 commit 70dff99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/container/Dockerfile.mjx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ echo "mjx:
mode: git-clone" >> ${MANIFEST_FILE}
get-source.sh -l mjx -m ${MANIFEST_FILE}
echo "-e -f https://py.mujoco.org/ file://${SRC_PATH_MJX}" >> /opt/pip-tools.d/requirements-mjx.in

ls -lah /opt/mujoco/mjx
cat /opt/pip-tools.d/requirements-mjx.in

EOF

###############################################################################
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nightly-mjx-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ jobs:
echo "BASE_IMAGE_AMD64=${BASE_IMAGE_AMD64}" >> $GITHUB_OUTPUT
echo "BASE_IMAGE_ARM64=${BASE_IMAGE_ARM64}" >> $GITHUB_OUTPUT
- name: Debug output
shell: bash -x -e {0}
run: |
ls -lah /opt/mujoco/mjx
cat /opt/pip-tools.d/requirements-mjx.in
amd64:
needs: metadata
uses: ./.github/workflows/_build.yaml
Expand Down

0 comments on commit 70dff99

Please sign in to comment.