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

build from a complete Singularity file instead of a docker image

parent 29e60d53
No related branches found
No related tags found
No related merge requests found
Pipeline #98051 passed
BootStrap: docker BootStrap: docker
From: registry-gitlab.pasteur.fr/tru/docker-miniconda3-jupyter:main From: continuumio/miniconda3
%post
# update conda and the OS
conda update conda && \
conda upgrade --all -y && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && \
DEBIAN_FRONTEND=noninteractive apt-get -y autoremove && \
DEBIAN_FRONTEND=noninteractive apt-get -y clean autoclean
conda install ipykernel jupyterlab
# download the yml file
# curl https://gitlab.pasteur.fr/tru/conda-container-howto/-/raw/main/pythonnet.yml > pythonnet.yml
# conda env create --file pythonnet.yml
BootStrap: docker
From: registry-gitlab.pasteur.fr/tru/docker-miniconda3-jupyter:main
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