Containerization with Docker¶
A simple Dockerfile is included in the repository. It installs uv, installs dependencies and the project with, and starts the default module with:
If you prefer thin runnable wrappers, you can also call a script from scripts/:
The Docker image can be built with:
It can then be run in the background with:
Alternatively, run it in interactive mode with: