Skip to content

Commit 451c987

Browse files
committed
CU-869b2zjay: Clean docker to free up space before GPU build
1 parent 8f0aebc commit 451c987

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/medcat-service_docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
build-args: |
9191
REINSTALL_CORE_FROM_LOCAL=true
9292
93+
- name: Clean Docker to free up space
94+
# NOTE: otherwise the runner tends to run out of disk space roughly 75% of the time
95+
run: docker system prune -af
96+
9397
- name: Build and push Docker Jupyter singleuser image with GPU support
9498
id: docker_build_gpu
9599
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)