Skip to content

Commit

Permalink
singularity -> apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
denisri committed Sep 20, 2024
1 parent a281162 commit 1548513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/casa_distro/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def command(f, name=None):
{indent}* ``auto``: use a heuristic to choose the best option that is safe
{indent} based on the host configuration
{indent}* ``container``: passes no special options to Singularity: the mesa
{indent}* ``container``: passes no special options to apptainer: the mesa
{indent} installed in the container is used
{indent}* ``nv`` tries to mount the proprietary NVidia driver of the host (linux)
{indent} system in the container
Expand Down Expand Up @@ -120,7 +120,7 @@ def command(f, name=None):
{indent}default={root_default}
{indent}If ``yes``, ``true`` or ``1``, start execution as system administrator. For
{indent}Singularity container, this requires administrator privileges on host
{indent}Apptainer container, this requires administrator privileges on host
{indent}system.''', # noqa: E501
'version': '''version
{indent}If given, select environment by its version (only applicable to user
Expand Down

0 comments on commit 1548513

Please sign in to comment.