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

cache version

parent 248716a5
No related branches found
No related tags found
No related merge requests found
## 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 CI produced registry image at registry-gitlab.pasteur.fr/tru/docker-miniconda3-jupyter
## singularity conversion if you have singularityCE or apptainer installed ## singularity conversion if you have singularityCE or apptainer installed
``` ```
...@@ -15,3 +15,7 @@ apptainer build docker-miniconda3-jupyter.sif docker://registry-gitlab.pasteur. ...@@ -15,3 +15,7 @@ apptainer build docker-miniconda3-jupyter.sif docker://registry-gitlab.pasteur.
apptainer exec -B /pasteur docker-miniconda3-jupyter.sif jupyter-lab --no-browser apptainer exec -B /pasteur docker-miniconda3-jupyter.sif jupyter-lab --no-browser
``` ```
## running from cache only:
```
singularity exec docker://registry-gitlab.pasteur.fr/tru/docker-miniconda3-jupyter:main jupyter-lab --no-browser
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment