-
Notifications
You must be signed in to change notification settings - Fork 0
Running on HPC
github-actions[bot] edited this page Jan 10, 2025
·
2 revisions
-
Build the image in a sandbox from GitHub Container Registry
singularity build --sandbox ./firedrake-parmmg docker://ghcr.io/mesh-adaptation/firedrake-parmmg:latest
-
Convert the sandboxed image to a Singularity container
singularity build firedrake-parmmg.sif ./firedrake-parmmg
For more details, see the Firedrake wiki page on building with Singularity.