Software Environments¶
By default, projects run the pre-built “project” image. You can build your own project images, though.
In a nutshell, the global.software
dict defines default settings and a list of environments,
where each one of them consists of a title, description, docker image tag and registry.
Users can then choose from these environments when creating a new project,
or changing the software environment of an existing project.
See Software Environment for more context about how to install additional software.