The following documentation: https://docs.astral.sh/uv/guides/integration/docker/ still has some of the issues that were fixed in https://github.com/astral-sh/uv-docker-example: - The mention of a non-existent `app` user (in `--chown app:app`) is still there in the multi-stage example - section: https://docs.astral.sh/uv/guides/integration/docker/#non-editable-installs - issue: astral-sh/uv-docker-example#29 - PR: astral-sh/uv-docker-example#65 - `UV_PYTHON_DOWNLOADS=0` is not mentioned - PR: astral-sh/uv-docker-example#42