Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
RUN cd /tmp && \
git clone --branch v0.7.4 https://github.com/pgvector/pgvector.git && \
cd pgvector && \
make PG_CONFIG=/usr/lib/postgresql/15/bin/pg_config && \
make PG_CONFIG=/usr/lib/postgresql/15/bin/pg_config OPTFLAGS="" && \
make install PG_CONFIG=/usr/lib/postgresql/15/bin/pg_config && \
cd / && \
rm -rf /tmp/pgvector
Expand Down
Loading