Minimal example showing a Docker build with a "monorepo" style uv Workspace.
uv sync
docker build -t uv-workspace-example .
Have a look at the root pyproject.toml
. Pending this issue you should probably add each internal package in three places:
project.dependencies
tool.uv.sources
tool.uv.workspace.members