mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-05 20:20:59 +08:00
Added build arg to docs [skip ci]
This commit is contained in:
@@ -420,7 +420,7 @@ You can also build the image manually:
|
|||||||
```sh
|
```sh
|
||||||
git clone --branch v0.4.2 https://github.com/pgvector/pgvector.git
|
git clone --branch v0.4.2 https://github.com/pgvector/pgvector.git
|
||||||
cd pgvector
|
cd pgvector
|
||||||
docker build -t pgvector .
|
docker build --build-arg PG_MAJOR=15 -t pgvector .
|
||||||
```
|
```
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
|
|||||||
Reference in New Issue
Block a user