I forgot to ask you to checkout the git repo first in my last message. Here are the commands for running the demo for pgvector-driver again:
git clone https://github.com/jerily/openacs-packages.git
cd openacs-packages/pgvector-driver
docker build . -t pgvector-driver:latest
docker run --network host pgvector-driver:latest
That's all!