Skip to content

Commit 8c20764

Browse files
Gpu runner space (#1920)
* Update publish-docker-gpu.yaml and publish-docker.yaml, remove docker rmi
1 parent 892a1ce commit 8c20764

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

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

.github/workflows/publish-docker.yaml

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

0 commit comments

Comments
 (0)