I am trying to run a python subprocess inside Singularity container like this:
singularity exec image_name python python_task.py
And within pytho