✨ This code is highly experimental! Let the buyer beware
CI | |
---|---|
Docs | |
Package | |
License |
Wrapper around repo2docker producing Jupyter enabled Apptainer/Singularity images.
$ repo2apptainer --help
Usage: repo2apptainer [OPTIONS] COMMAND [ARGS]...
Convert a repository to a Apptainer (formerly Singularity) image
Options:
--install-completion Install completion for the current shell.
--show-completion Show completion for the current shell, to copy it or
customize the installation.
--help Show this message and exit.
Commands:
build Build an Apptainer/Singularity image from a repository
run Run an Apptainer/Singularity image
version Print the version
$ repo2apptainer build --help
Usage: repo2apptainer build [OPTIONS] REPO
Build an Apptainer/Singularity image from a repository
Arguments:
REPO [required]
Options:
--ref TEXT [default: main]
--force / --no-force [default: no-force]
--help Show this message and exit.