Hi there,
I'm trying to build the singularity containers but keep getting an error message when it comes to building alphafold.sif. I have successfully built the base.sif container, however when I then run "singularity build --remote alphafold.sif alphafold.def" I get the error message "While performing build: conveyor failed to get: failed to retrieve path for base.sif: lstat /base.sif: no such file or directory". I can't use the --fakeroot parameter as I'm using a university server and my details are not in the required folder.
Base.sif is in the working directory - could it be that it needs it be in a specific singularity folder instead? Thanks!