- Install Singularity in Ubuntu os.
- Installation description: https://sylabs.io/guides/3.5/admin-guide/installation.html#installation-on-linux
- Create a Definition file to create a Singularity image
- Use a SUMMA and pySUMMA definition file in this GitHub
- https://github.com/DavidChoi76/SUMMA_Singularity_In_Rivanna/blob/master/summa_singularity.def
- Create the Singularity image
sudo singularity build summa3_singularity.sif summa_singularity.def
- Sinuglarity image in HydroShare: https://www.hydroshare.org/resource/6e8b3991a6dc46ba97c00688f7cb67de/
-
You can find
summa_singularity.sif
singularity image in the HS resource and download it in your local environment. -
Download kernel.json file from this GitHub to your local environment
- Create SUMMA Jupyter Kernel
mkdir -p ~/.local/share/jupyter/kernels/summa
mv kernel.json ~/.local/share/jupyter/kernels/summa
- Start JupyterLab and select summa Kernel
-
Download
kernel_copy.json
in your local computer. -
Change the name of
kernel_copy.json
tokernel.json
-
After that, follow step 6 above