We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9431fa9 commit b376191Copy full SHA for b376191
docker/postgres/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM postgis/postgis:17-3.6-alpine AS pgvector-builder
+FROM postgis/postgis:18-3.6-alpine AS pgvector-builder
2
RUN apk add --no-cache git build-base clang19 llvm19
3
RUN git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git /tmp/pgvector
4
RUN make -C /tmp/pgvector -j "$(nproc)"
5
RUN make -C /tmp/pgvector -j "$(nproc)" install
6
7
-FROM postgis/postgis:17-3.6-alpine
+FROM postgis/postgis:18-3.6-alpine
8
RUN apk add --no-cache postgresql17-plpython3
9
COPY --from=pgvector-builder /usr/local/lib/postgresql/bitcode/vector.index.bc /usr/local/lib/postgresql/bitcode/vector.index.bc
10
COPY --from=pgvector-builder /usr/local/lib/postgresql/vector.so /usr/local/lib/postgresql/vector.so
0 commit comments