For instructions on
- how to prepare your code for submission, please see Preparing your model for submission.
- how to submit your container, please see Submission instructions.
- Install Apptainer You need to install Apptainer (formerly Singularity) to build and run your container. Installation instructions by platform:
If using MacOS and Windows please follow this guide from within your virtual environment.
Once you have installed it, verify your Apptainer installation with:
apptainer --versionapptainer build --fakeroot /path/to/save/your/container.sif path/to/Apptainer.def --arch amd64Coming soon