Project-MONAI / MONAILabel

MONAI Label is an intelligent open source image labeling and learning tool.
https://docs.monai.io/projects/label
Apache License 2.0
626 stars 196 forks source link

Docker build fails #1710

Closed SachidanandAlle closed 1 week ago

SachidanandAlle commented 5 months ago

https://github.com/Project-MONAI/MONAILabel/actions/workflows/docker.yml

image

diazandr3s commented 4 months ago

Hi @SachidanandAlle,

I checked this error and found this:

ERROR: failed to solve: failed to register layer: write /usr/lib/libcuml++.so: no space left on device

Do you know how we can increase the space for CI/CD?

Screenshot from 2024-07-05 13-53-43

diazandr3s commented 4 months ago

Hi @YanxuanLiu,

I was wondering whether you could comment on this issue? Is that something you could help?

Thanks in advance,

YanxuanLiu commented 4 months ago

You can try following solutions:

  1. Remove unnecessary dependencies during building docker image.
  2. Clean up caches and intermediate product
  3. If you cannot reduce space requirement after these efforts, move the pipeline to blossom
SachidanandAlle commented 1 week ago

Fixed it by switching to basic ubuntu docker for monailabel.