Skip to content

Commit

Permalink
remove unnecessary files to free up space
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikey-vyas committed Aug 25, 2024
1 parent 510efb4 commit da66c36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/predict-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
pull-model-image:
runs-on: ubuntu-latest
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
- name: cache model Docker image
id: cache
uses: actions/cache@v3
Expand Down

0 comments on commit da66c36

Please sign in to comment.