Synb0-DISCO icon indicating copy to clipboard operation
Synb0-DISCO copied to clipboard

Error while running the first command on Docker "docker: failed to register layer"

Open Mtay316 opened this issue 1 year ago • 8 comments

Hi , First of all I wanted to say thank you for making this amazing method that can solve lots of distortion correction problems on dataset without reverse gradient. Your work is so precious.

I tried to run your method on my data and what I did is to run the following command:

sudo docker run --rm
-v $(pwd)/INPUTS/:/INPUTS/
-v $(pwd)/OUTPUTS:/OUTPUTS/
-v /usr/local/freesurfer:/extra/freesurfer/license.txt
--user $(id -u):$(id -g)
leonyichencai/synb0-disco:v3.0 Password: Unable to find image 'leonyichencai/synb0-disco:v3.0' locally v3.0: Pulling from leonyichencai/synb0-disco

As you mentioned in your instruction, as a Mac user I opened my Docker and in the setting I increased the Memory to 40 GB and CPUs to 8 , Swap is 1 GB and Disk Image size is 59.6 GB.

After running the command , I can see all of the downloading goes complete, apart from the biggest one with 12.38 GB. I can see it goes up to 10 GB and then it drops out and showing this error:

docker: failed to register layer: Error processing tar file(exit status 1): write /extra/fsl/bin/fdt_matrix_merge: no space left on device. See 'docker run --help'.

Could you please help me how to sort out this issue?

Big thanks, Maryam

Mtay316 avatar Oct 18 '22 19:10 Mtay316