This page is no longer maintained.

All information and guides related to AI-LAB have been moved to https://hpc.aau.dk/ai-lab/ . Please visit the new site for the most up-to-date resources on AI-LAB.

Running a container in interactive mode

You can launch a shell within a Singularity container, allowing you to interact with the container's environment. Use the shell command with the desired image as follows

The --pty creates a virtual interactive terminal for a command to run within.

You now have shell access

Singularity>

Lets try checking the Python version:

python3 --version

You can exit the interactive session with:

exit