Introduction¶
The recipe Singularity + Docker + Jupyter explains how to build a consistent environment on local computers and supercomputers. It provides a step-by-step explanation how to build docker images on your local computer (you need root access!) and convert them to singularity/apptainer images that can be executed on the supercomputers.
Why you should take a look?¶
Developing code on any computer and run it seamlessly on different High-Performance-Computing systems? This can only work with using containers. Our workflow shows how to do it.