iterative / mlem

🐶 A tool to package, serve, and deploy any ML model on any platform. Archived to be resurrected one day🤞
https://mlem.ai
Apache License 2.0
717 stars 44 forks source link

CI fix - Try to free up space #696

Closed omesser closed 1 year ago

omesser commented 1 year ago

Recent CI runs fail on disk space being exhausted on X example: https://github.com/iterative/mlem/actions/runs/5547778758/jobs/10130001551?pr=694

Failure:

...
ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device

Bringing over a hack we discover years ago in nuclio to clear disk space. 🤞