Commit bf04a7f
committed
fix: Add disk cleanup step to test_dockerfile CI job
The recent dependency updates (torch 2.7.1 → 2.9.0, transformers 4.52.4 → 4.57.1,
etc.) increased the Docker image build size, causing the test_dockerfile job to fail
with "No space left on device" errors.
This adds the same disk cleanup step that's already used in the docker-publish workflow,
freeing up ~17GB by removing dotnet, ghc, and boost which aren't needed for our builds.
Resolves the "ERROR: Could not install packages due to an OSError: [Errno 28] No space
left on device" error in CI.1 parent 1438341 commit bf04a7f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
0 commit comments