deploy_tools.apptainer#

Members

ApptainerError

Raised when building an Apptainer SIF file fails.

create_sif_file

Build an Apptainer SIF file at the given path from a container image URL.

exception deploy_tools.apptainer.ApptainerError[source]#

Raised when building an Apptainer SIF file fails.

deploy_tools.apptainer.create_sif_file(output_path: Path, container_url: str, create_parents: bool = False) None[source]#

Build an Apptainer SIF file at the given path from a container image URL.