This directory contains a definition file for building Palace containers using Apptainer/Singularity.
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.