Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container build failing #81

Closed
jorendumoulin opened this issue Feb 13, 2024 · 1 comment
Closed

Container build failing #81

jorendumoulin opened this issue Feb 13, 2024 · 1 comment

Comments

@jorendumoulin
Copy link
Contributor

The container build fails with the error
System.IO.IOException: No space left on device : ...

This seems to be related with this issue.
Basically, we have 14GB of free memory available.

The docker build now uses ghcr.io/kuleuven-micas/snax as a dependency, which is already 11G large.

The culprits seems to be this:

  • /root/.venvs (5.0G): a venv which does not seem to be used by us (includes packages torch (1.4G), nvidia (2.8G)
  • /root/.cache (2.7G): pip cache

Other large things are risc-v llvm and some python installations, which are used.

@jorendumoulin
Copy link
Contributor Author

This is solved by KULeuven-MICAS/snax_cluster#78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant