mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 14:46:56 +08:00
Added --pull to Docker build instructions [skip ci]
This commit is contained in:
@@ -1053,7 +1053,7 @@ You can also build the image manually:
|
|||||||
```sh
|
```sh
|
||||||
git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
|
git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
|
||||||
cd pgvector
|
cd pgvector
|
||||||
docker build --build-arg PG_MAJOR=16 -t myuser/pgvector .
|
docker build --pull --build-arg PG_MAJOR=16 -t myuser/pgvector .
|
||||||
```
|
```
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
|
|||||||
Reference in New Issue
Block a user