-
Notifications
You must be signed in to change notification settings - Fork 426
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
How can I get singularity container on Ubantu 20.04 #5390
Comments
Singularity is not packaged for Ubuntu 20.04 to my knowledge. You would need to build it from source. Take a look at the |
There's still no official package, but this site has it: https://neuro.debian.net/install_pkg.html?p=singularity-container |
Beware https://neuro.debian.net has singularity 2.6 (today we have 3.8-rc2) which may not read newer images. P.S. It is SHAME to singularity to have a great product but have such a complex way of installation instruction. |
The person who had volunteered to package singularity-3.8 for Debian lost interest. I believe that Debian was requiring separate packaging for all dependent go packages, and it was too much effort for him. It would be great if someone else would take it up. |
Luckily for those not wanting to compile from source, most of the binaries in the (well maintained) EPEL EL8 singularity 3.8.x rpm are static linked, so it is one of the cleaner conversions using alien:
|
That's good to know, thanks. Meanwhile in #6038 Debian packaging was resurrected before the release of singularity-3.8.0, so it may be relatively easy to adapt that for Ubuntu. Nobody is building them and making downloadable packages publicly available though as far as I know. |
I tried following command in terminal I tried this
$ sudo apt-get install singularity-container
I am facing the following error
E: package 'singularity-container' has no installation candidate
I m going to use it for Robot operating system
The text was updated successfully, but these errors were encountered: