A tool for building a scientific software stack from a recipe for vClusters on CSCS' Alps infrastructure.
Read the documentation to get started.
Create a ticket in our GitHub issues if you find a bug, have a feature request or have a question.
Use uv to run the tests, which will in turn ensure that the correct dependencies from pyproject.toml are used:
uv run pytest
Before pushing, apply the linting rules (this calls uv under the hood):
./lint