Builds and runs a container
This fixes the issue https://github.com/sylabs/singularity/issues/4532 for me, which is very welcome.
Works in testing with EasyBuild 3.8.1
Works fine in my testing.
This update has been unpushed.
I use the keyring with EasyBuild and that's still broken even with this update for me:
File "/usr/lib/python2.7/site-packages/keyring/core.py", line 42, in get_password
return _keyring_backend.get_password(service_name, username)
File "/usr/lib/python2.7/site-packages/keyring/backends/SecretService.py", line 51, in get_password
collection = self.get_default_collection()
File "/usr/lib/python2.7/site-packages/keyring/backends/SecretService.py", line 45, in get_default_collection
raise InitError("Failed to unlock the collection!")
keyring.errors.InitError: Failed to unlock the collection!
I believe EasyBuild uses the file backend.
This doesn't fix the module use
problem for me.
With a subshell, the extra $MODULEPATH
is lost.
This fixes the GitHub URL problem I reported - thanks.
This update has been unpushed
This update has been unpushed
Works fine in our testing and fixes the bug we saw with Tcl module handling.