updated pgvector to 0.8.1
All checks were successful
CI / Build wildfly docker images (push) Successful in 22m26s
All checks were successful
CI / Build wildfly docker images (push) Successful in 22m26s
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
ARG PG_VERSION=17
|
||||
FROM postgres:${PG_VERSION}-alpine AS build
|
||||
|
||||
ARG PGVECTOR_VERSION
|
||||
WORKDIR /
|
||||
RUN apk update
|
||||
RUN apk add gcc make musl-dev clang19 llvm19 git
|
||||
RUN git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git pgvector
|
||||
RUN git clone --branch v${PGVECTOR_VERSION} https://github.com/pgvector/pgvector.git pgvector
|
||||
WORKDIR pgvector
|
||||
RUN make
|
||||
RUN make install
|
||||
|
||||
Reference in New Issue
Block a user