WIP, scope unclear
These containers are quite useful: https://github.com/dusty-nv/jetson-containers
- Python 3.10
- uv package manager
- Docker and Docker Compose
-
Install dependencies:
uv pip install -e ".[dev]" -
Install pre-commit hooks:
pre-commit install
-
Run linting:
ruff check . -
Run formatting:
ruff format . -
Run type checking:
ty check
-
Run the application:
python -m jarvis.main
Build and run with Docker Compose:
docker compose up --build --remove-orphans