Skip to content

Commit

Permalink
Use docker system
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Aug 31, 2023
1 parent 3563af3 commit 6aa0ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
docker system prune --volumes -f
- name: Build and Push GPU
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 6aa0ce9

Please sign in to comment.