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, as each project may have different requirements. Instead we must bundle the software into container images, which are stand-alone files into which we can bundle operating system, programs and dependencies. On AI Cloud we use Singularity for this purpose.
We recommend one of three different approaches to the software environment:
Pre-built container images
A handful of ready-to-launch container images have been made available in: /home/container
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
