Container images
When we want to launch jobs in a multi-user environment like AI Cloud, we can not install software directly on to the platform, since every project has different requirements. Instead we must bundle the software into container images, which are stand-alone files into which contain all the dependencies. On AI Cloud we use the container framework Singularity for this purpose.
How to get containers
We recommend one of three different approaches to the software environment:
Use a pre-built container image
A handful of ready-to-launch container images have been made available in: /home/container. If there's a container image you would like us to make available per default - reach out to us.
Pull container images from the internet
Head over to our section Additional guides > Pull containers from the internet.
Build your own container images
Head over to our section Additional guides > Building your own container image.
Now that you've learned how to obtain containers, you are ready to learn how to run jobs