From 0a36baee0696c84e4235fdf62abd0eeadaefd111 Mon Sep 17 00:00:00 2001 From: Wenqi Li <831580+wyli@users.noreply.github.com> Date: Fri, 14 Jul 2023 09:54:38 +0100 Subject: [PATCH] 6714 fixes docker build on github ci (#6718) fixes https://github.com/Project-MONAI/MONAI/issues/6714 release more disk space for docker build on github ci tested: https://github.com/Project-MONAI/MONAI/actions/runs/5551644874/jobs/10138058790 ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: Wenqi Li --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 30a7714a27..d498386d1d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -62,6 +62,7 @@ jobs: - name: docker_build shell: bash run: | + rm -rf /opt/hostedtoolcache docker --version # get tag info for versioning cat _version.py