Hey guys, when running a faMPNN run, when it tried to pull the container I get this error:
ERROR ~ Error executing process > 'RunFAMPNN (1)'
Caused by:
Failed to pull singularity image
command: singularity pull --name ghcr.io-papenfusslab-proteindj-fampnn-v2.2.img.pulling.1783734803555 oras://ghcr.io/papenfusslab/proteindj/fampnn:v2.2 > /dev/null
status : 255
hint : Try and increase singularity.pullTimeout in the config (current is "20m")
message:
INFO: Downloading oras image
FATAL: While pulling image from oci registry: error fetching image to cache: unable to Download Image: error writing layer: stream error: stream ID 1; PROTOCOL_ERROR; received from peer
-- Check '.nextflow.log' file for details
I tried pulling manually:
singularity pull --name ghcr.io-papenfusslab-proteindj-fampnn-v2.2.img.pulling.1783734803555 oras://ghcr.io/papenfusslab/proteindj/fampnn:v2.2
And get the same error:
INFO: Downloading oras image
4.2GiB / 4.5GiB [=====================================================================>------] 93 % 10.9 MiB/s 30s
FATAL: While pulling image from oci registry: error fetching image to cache: unable to Download Image: error writing layer: stream error: stream ID 1; PROTOCOL_ERROR; received from peer
Weirdly it worked on my workstation..... So I just copied the image to the server... and it all worked out. Just thought you could look into this and see if it something more general, or just that my server has some major networking issues. Perhaps a script if the users want to predownload all the singularity containers (or update them etc...) might be helpful.
Hey guys, when running a faMPNN run, when it tried to pull the container I get this error:
I tried pulling manually:
And get the same error:
Weirdly it worked on my workstation..... So I just copied the image to the server... and it all worked out. Just thought you could look into this and see if it something more general, or just that my server has some major networking issues. Perhaps a script if the users want to predownload all the singularity containers (or update them etc...) might be helpful.