Skip to content

Containers on AI-LAB

AI-LAB uses Singularity containers to run applications safely and reproducibly.


📦 What are containers?

Containers bundle:

  • Application code
  • Libraries and dependencies
  • Configuration files

They ensure your code runs the same everywhere.


📢 Why containers?

  • Designed for HPC environments
  • Runs without admin privileges
  • Uses .sif container files

Next: Getting Containers →