Skip to content
Snippets Groups Projects
Commit 6540068f authored by Stefan Kesselheim's avatar Stefan Kesselheim
Browse files

Update README.md

parent af323726
No related branches found
No related tags found
No related merge requests found
# singularity_docker_jupyter
# Singularity + Docker + Jupyter
In this recipe, you will learn how to create your own container-based environment that
you can use at home on on the supercomputer. It is compatible with windows as well as Linux and MacOS, however only if your host is of X86 architecture (new Macs might pose a problem).
you can use at home and on the supercomputer. It is compatible with windows as well as Linux and MacOS, however only if your host is of X86 architecture (new Macs might pose a problem).
It is composed of the following steps:
0. Install docker
1. Create a docker container that contains the environment
......@@ -76,7 +76,7 @@ singularity build singularity_docker_jupyter.sif docker-archive://singularity_do
If you local machine is a Linux machine, you also have the option to create the singularity image `singularity_docker_jupyter.sif` on your local machine.
# Execute the container with singularity on the supercomputer
#Use the container with singularity on the supercomputer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment