As you can see in the screenshots, the copying of blobs is taking place till around 400 MB, after which it just stops and moves to the next blob. I do have around 500 MB of space in my home directory which is maybe why. I was wondering if there is a way to specify where the image can be built. I have also tried with other qsiprep versions but get the same error.
I tried that way and unfortunately that doesn’t seem to work. I get the same error.
FATAL: While performing build: conveyor failed to get: Error initializing source oci:/PHShome/mw1264/.singularity/cache/blob:c175102aa4bfa07d5015f9d80406019c7e5529d529df2996640f299a5cf0bc38: Error writing blob: unexpected EOF
It still seems initialize in the directory .singularity was initially setup in even though I did symlink. I had to remove the previous .singularity directory from my home directory for the symlink to work, or else I would get this error. ln: failed to create symbolic link ‘/PHShome/mw1264/.singularity/.singularity’: File exists
When I look at the folders in my home directory now with ls -la, it says: lrwxrwxrwx. 1 mw1264 mw1264 39 Sep 17 14:04 .singularity -> /new/place/.singularity
Which does seem to hint at some connection. I just don’t know which way it means to say that connection has been made.
You should replace /new/place with the actual name of where you want the data to go to. Depending on your filesystem, /new/place might not exist or be a place you have write permissions to. It also looks like it is trying to make a link at /PHShome/mw1264/.singularity/.singularity, when it should be just at /PHShome/mw1264/.singularity. You can also try clearing out the singularity cache and trying again.