Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
10 months ago | |
|---|---|---|
| .. | ||
| Dockerfile | 10 months ago | |
| README.md | 10 months ago | |
This Dockerfile provides a slim environment for running Dora applications with Python and uv package manager.
docker build . -t dora-slim
docker run -it --rm --device=/dev/video0 dora-slim
docker run --rm dora-slim dora --help
docker run --rm --device=/dev/video0 dora-slim dora --help
Once inside the container, you can:
## Create a virtual environment
uv venv --seed -p 3.11
## Install nodes dependencies of a remote graph
dora build https://raw.githubusercontent.com/dora-rs/dora/refs/heads/main/examples/object-detection/yolo.yml --uv
## Run yolo graph
dora run yolo.yml --uv
This container is designed to provide a consistent environment for Dora development without requiring complex setup on the host machine.
DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl
Rust Python TOML Markdown C other