mantik.config.executable¶
Attributes¶
Classes¶
Information about an Apptainer image. |
|
Execution environment used for executing a python script. |
|
Python virtual environment used for executing a python script. |
Module Contents¶
- class mantik.config.executable.Apptainer[source]¶
Bases:
Execution
Information about an Apptainer image.
- Parameters:
path (pathlib.Path) – Path to the image.
type (str, default="local") – Image type, i.e. if stored locally or remotely.
options (list[str], optional) –
Options to pass to the Apptainer executable.
Options passed to apptainer run¶srun apptainer run --nv -B /data:/data image.sif
- class mantik.config.executable.Execution[source]¶
Execution environment used for executing a python script.