InstituteforDiseaseModeling / idmtools

https://docs.idmod.org/projects/idmtools/en/latest/
Other
4 stars 4 forks source link

Test multiple singularity container python installs #1824

Open devclinton opened 2 years ago

devclinton commented 2 years ago

singularity exec idmtools.1.2.3

pip3 install my-package

singularity exec idmtools.1.2.4 pip freeze ^

shchen-idmod commented 2 years ago

I made a copy of sif file with different names. Looks like this command share the same packages inside singularity.

devclinton commented 1 year ago

@devclinton - Document the behaviour and how to customize your python packages directory used be singularity containers.