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 3a7a5ea commit 2f4a685Copy full SHA for 2f4a685
docker/postgres/Dockerfile
@@ -1,9 +1,9 @@
1
FROM postgis/postgis:17-3.5-alpine AS pgvector-builder
2
RUN apk add --no-cache git build-base clang19 llvm19-dev llvm19
3
WORKDIR /tmp
4
-RUN git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+RUN git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
5
WORKDIR /tmp/pgvector
6
-RUN make && make install
+RUN make -j $(nproc) && make -j $(nproc) install
7
8
FROM postgis/postgis:17-3.5-alpine
9
RUN apk add --no-cache postgresql17-plpython3
0 commit comments