Added --pull to Docker build instructions [skip ci]

This commit is contained in:
Andrew Kane
2024-05-20 11:42:11 -04:00
parent 258eaf58fd
commit 0468cbf6e6

View File

@@ -1053,7 +1053,7 @@ You can also build the image manually:
```sh
git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
cd pgvector
docker build --build-arg PG_MAJOR=16 -t myuser/pgvector .
docker build --pull --build-arg PG_MAJOR=16 -t myuser/pgvector .
```
### Homebrew