Can I replace the pip install command with uv pip install when running bench-init?

When running the bench-init command, it executes pip install to install packages. I understand that uv installer is faster than pip installer, and I’d like to know if it’s possible to use uv installer instead to potentially improve the build speed of Docker images.

Thank you.