Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 933 Bytes

Apptainer/Singularity Container

This directory contains a definition file for building Palace containers using Apptainer/Singularity.

Quick start

Assuming you have installed Apptainer/Singularity and the singularity executable is on your path, the container can be built with:

singularity build palace.sif singularity.def

and run with:

singularity run palace.sif <ARGS...>

where <ARGS...> is a list of command line arguments provided to the palace executable.

For detailed instructions, see the documentation specific to building and running Palace with Apptainer/Singularity.