From 4df01af8b6bec62cc014e45b9d088365b113b057 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 27 Jul 2023 09:34:11 -0700 Subject: [PATCH] Fixed Docker build instructions - #197 [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 550a2ef..f07af34 100644 --- a/README.md +++ b/README.md @@ -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 . ```