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 minimal environment for running Dora applications with Python and uv package manager.
docker build . -t dora-minimal
docker run -it --rm dora-minimal
docker run --rm dora-minimal dora --help
docker run --rm --device=/dev/ttyUSB0 dora-minimal dora --help
Once inside the container, you can:
dora --helpuv install numpyThis 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