Update container authored by Frédéric Dubois's avatar Frédéric Dubois
...@@ -13,8 +13,8 @@ cd path_to_example ...@@ -13,8 +13,8 @@ cd path_to_example
singularity run lmgc90_user_2020_rc1.sif python command.py singularity run lmgc90_user_2020_rc1.sif python command.py
``` ```
If it is prefered to stay in the image, for example in order to It is preferred to stay in the same image ; for example in order to
run python several commands, then run: run several python commands:
```cmd ```cmd
singularity shell lmgc90_user_2020_rc1.sif singularity shell lmgc90_user_2020_rc1.sif
python gen_sample.py --novisu && python command.py python gen_sample.py --novisu && python command.py
... ...
......