For example, to run a PostgreSQL database using Docker:
docker run --name my-postgres -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d --restart=always postgres
make install
Use disabled gateway mode and connect to your database for development:
uv run gpustack start --database-url postgresql://postgres:mysecretpassword@localhost:5432/postgres --gateway-mode disabled --api-port 80
make build
And check artifacts in dist.
make test
uv add <something>
Or
uv add --dev <something>
For dev/testing dependencies.