-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image build failing. #1
Comments
This is related to the shell. Are you using bash? |
Yes, building from Ubuntu 20.04 and I guess that builder is executing "source" on the host OS, so I don't know why during my build it's not using bash. I am not very experienced with Singularity. |
I've encountered the same error when building on openSUSE, where |
The default shell in singularity is /bin/sh, i.e. bash in posix mode. Changing |
Hi, I was getting error "source" not found while trying to build an image using Singularity 3.8.1.
Problem was solved by changing line 14 (https://github.com/hyoo/alphafold_singularity/blob/main/alphafold.def#L14) to:
. /opt/miniconda3/etc/profile.d/conda.sh
The text was updated successfully, but these errors were encountered: