Use a containerized Graphviz runtime for CI and isolated rendering jobs.
docker run --rm -it \ -v "$(pwd):/workspace" \ -w /workspace \ ubuntu:24.04 bash -lc "apt update && apt install -y graphviz && dot -Tsvg input.dot -o output.svg"