neuronets / trained-models

Trained TensorFlow models for 3D image processing
https://neuronets.dev/trained-models
22 stars 15 forks source link

No space left on device while creating sif image #72

Closed gaiborjosue closed 1 year ago

gaiborjosue commented 1 year ago

Hello,

While building a singularity image from the docker hub I get this error:

image

The command I used was: singularity build pialnn.sif docker://edwardjosue2005/pialnn

@hvgazula tested building the image on his end, and it did work: image

I already changed singularity's cache directory to om2.

hvgazula commented 1 year ago

I tried singularity build pialnn.sif docker://hvgazula/pial_nn:latest but I can retry with yours this time.

gaiborjosue commented 1 year ago

Building the image with a requested node/job on Openmind fixed it.

hvgazula commented 1 year ago

Almost always, please work only on the compute nodes and not on the head node. :)