We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0aebc commit 451c987Copy full SHA for 451c987
.github/workflows/medcat-service_docker.yml
@@ -90,6 +90,10 @@ jobs:
90
build-args: |
91
REINSTALL_CORE_FROM_LOCAL=true
92
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
+
97
- name: Build and push Docker Jupyter singleuser image with GPU support
98
id: docker_build_gpu
99
uses: docker/build-push-action@v6
0 commit comments