Expected Behavior
Executing a command within a container using spython works equally to when using Singularity.
E.g. If I need additional options to make a command work with Singularity, I expect to need that additional option using spython as well.
Actual Behavior
The command I'm executing in my container works without any additional options when I'm using Singularity, but needs the --cleanenv flag when I'm using spython to work properly.
Steps to Reproduce
If actually needed, I can provide more detailed information.
In short: My container is based on the Docker image of this project and I noticed this bug while running a command described here in more detail.
Context
- Operating System: Pop!_OS 20.10
- singularity version: 3.7.0
- spython version: 0.1.1
- python version: 3.7
Failure Logs
Possible Fix