Skip to content
Snippets Groups Projects
Commit 248716a5 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

doc for pasteur

parent e932f5e2
No related branches found
No related tags found
No related merge requests found
Pipeline #98043 passed
## installing a jupyter minimal environment in docker ## installing a jupyter minimal environment in docker
## CI produced registry image at registry-gitlab.pasteur.fr/tru/docker-miniconda3-jupyter
## singularity conversion if you have singularityCE or apptainer installed
```
singularity build docker-miniconda3-jupyter.sif docker://registry-gitlab.pasteur.fr/tru/docker-miniconda3-jupyter:main
singularity exec docker-miniconda3-jupyter.sif jupyter-lab --no-browser
```
## on Maestro.pasteur.fr
```
module add apptainer
apptainer build docker-miniconda3-jupyter.sif docker://registry-gitlab.pasteur.fr/tru/docker-miniconda3-jupyter:main
apptainer exec -B /pasteur docker-miniconda3-jupyter.sif jupyter-lab --no-browser
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment