Deploying the T-Res API
T-Res can also be deployed as a FastAPI via Docker, allowing remote users to access your T-Res pipeline instead of their own local installation.
The API consists of the following files:
app/app_template.pyapp/configs/<CONFIG_NAME>.pyapp/template.Dockerfiledocker-compose.yml
Example configuration files are provided in this repository, which can be adapted to fit your needs.