Skip to content

Commit

Permalink
Remove unnecessary files in github actions container
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSamhuns committed Feb 23, 2024
1 parent 1709a8f commit 270e966
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
unzip -o models.zip -d app_docker_compose/app/triton_server
rm models.zip
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Verify cached models present
run: ls app_docker_compose/app/triton_server/models

Expand Down

0 comments on commit 270e966

Please sign in to comment.