Baunsgaard commented on PR #1843: URL: https://github.com/apache/systemds/pull/1843#issuecomment-1720925104
> Hi @Baunsgaard > > > System.IO.IOException: No space left on device : '/home/runner/runners/2.309.0/_diag/Worker_20230915-060835-utc.log' > > Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.309.0/_diag/Worker_20230915-060835-utc.log' > > https://github.com/apache/systemds/actions/runs/6191936104 well, i guess we need to cleanup some of the resources. I think we only have 8GB disk space, but i might remember it wrong. what we need to do is to remove cached files from install of our docker image to reduce its size via `apt-get clean` docker/testsysds.Dockerfile Then include MKL and OpenBLAS in the image rather than installing them in the build script of cpp and make sure we do not keep around anything not needed in our install. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org