Skip to content

Commit

Permalink
Changing the command to clean up docker images (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal authored Oct 19, 2023
1 parent 551d2c7 commit ea87a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_tests_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo rm -rf ./* || true
sudo rm -rf ./.??* || true
ls -la ./
docker system prune -f
docker system prune --all --volumes -f
- name: Checkout TorchServe
uses: actions/checkout@v3
- name: Branch name
Expand Down

0 comments on commit ea87a48

Please sign in to comment.