Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.19 KB

Atoti Project Template

This template can be used to start Atoti projects where the goal is to go into production rather than prototyping in a notebook.

On top of the atoti package, it comes with:

Usage

Installation

Commands

To start the app:

uv run python -m app

Other useful commands can be found in test.yml.

Deployment

This repository automatically deploys to AWS ECS. To deploy somewhere else, delete task-definition.json and adapt deploy.yml.