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 -v $(pwd):/app dora-minimal
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.