Skip to content

Commit

Permalink
Update CI & force update MW
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx0r committed Aug 20, 2024
1 parent 53a05c3 commit 6cb8fec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
run: |
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
sudo rm -rf \
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
/usr/share/dotnet /usr/local/lib/android /opt/ghc "$AGENT_TOOLSDIRECTORY" \
/usr/local/share/powershell /opt/microsoft/powershell /usr/share/swift /usr/local/.ghcup \
/usr/local/share/chromium /opt/google/chrome /opt/microsoft/msedge /opt/pipx /usr/lib/mono \
/usr/local/julia* /usr/local/lib/node_modules \
/usr/lib/jvm || true
echo "some directories deleted"
sudo apt install aptitude -y >/dev/null 2>&1
Expand Down Expand Up @@ -46,7 +48,7 @@ jobs:
run: |
sudo rm -rf ${GITHUB_WORKSPACE}/.git
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
1 change: 0 additions & 1 deletion metaworld-jax/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ torch==2.4.0
wandb==0.17.6
tensorboard==2.17.1
orbax-checkpoint==0.6.0

0 comments on commit 6cb8fec

Please sign in to comment.