-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
I am having trouble with getting a build by singuarity-hub for the following repo:
eclip singularity-cwl pipeline
Building locally works fine , with:
sudo singularity create --size 4608 eclpi-0.1.5.99.img
sudo singularity bootstrap eclip-0.1.5.99.img Singularity
Building on singularity-hub presents the following issues
after downloading with singularity pull shub://YeoLab/eclip-dev:master I notice:
- /singularity file has a blank line at the top before my intended first line which should be the shebang line:
#/usr/bin/env bash - the /opt folder only has the conda subfolders , but noe of the other 10 or 12 other folders supposed to be copied into /opt and added to PATH by the Singularity builder file
I can sudo singualrity exec +w image bash into the container and remove the blank line at top of /singularity which makes the container a little less broken. But I don't have a simple fix for all the missing installations in the container.
I have tried:
- to make the github repo public and private
- different sizes for the builder on singularity hub
I noticed in the singularity-hub logs:
- a
not found 404 message, but many other containers that work fine have the same 404 message - a warning about
lines too long in the Singularity file, I now got rid of that message after I split some of the conda install commands
Context:
- singularity version for building locally : I am using 2.2.1
It seems singularity-hub is using version 2.2 . Is this a problem ? - singularity version for pulling from singularity hub : I am using release 2.2.99, either installed on my ubuntu laptop, or inside the new pre-installed vagrant box
- singualrity config:
/usr/local/etc/singularity/singularity.confdoes not have anything special in either of my singularity installations; I think... but let me know if I should upload it here
Thanks for any help!
Metadata
Metadata
Assignees
Labels
No labels