I am building a singularity container for my project. My project has a bunch of dependencies like python libraries and a simulator program.
Should I install these libraries and the simulator program inside of the container, or should I download them on the host system and point to them from within the container? Is there even a difference?