Skip to content

Commit dcd1fa6

Browse files
Revert "Gpu runner space (#1920)" (#1921)
This reverts commit 8c20764.
1 parent 8c20764 commit dcd1fa6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish-docker-gpu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
sudo swapoff -a
2929
sudo rm -f /swapfile
30+
docker rmi $(docker image ls -aq)
3031
- name: Build and push Docker image
3132
id: docker_build
3233
uses: docker/build-push-action@v2

.github/workflows/publish-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
sudo swapoff -a
4141
sudo rm -f /swapfile
42+
docker rmi $(docker image ls -aq)
4243
- name: Build and push Docker image
4344
id: docker_build
4445
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)