Fixed Docker build instructions - #197 [skip ci]

This commit is contained in:
Andrew Kane
2023-07-27 09:34:11 -07:00
parent 237a6df51f
commit 4df01af8b6

View File

@@ -458,6 +458,7 @@ You can also build the image manually:
```sh
git clone --branch v0.4.4 https://github.com/pgvector/pgvector.git
cd pgvector
git cherry-pick 237a6df
docker build --build-arg PG_MAJOR=15 -t myuser/pgvector .
```