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.
2 parents 6898122 + e7e8b56 commit dd0514fCopy full SHA for dd0514f
1 file changed
Dockerfile
@@ -24,7 +24,7 @@ RUN apk add --no-cache python3 py3-netifaces \
24
wget -qO- "https://github.com/pgvector/pgvector/archive/refs/tags/v${PGVECTOR_VERSION}.tar.gz" \
25
| tar -xz -C /tmp; \
26
cd "/tmp/pgvector-${PGVECTOR_VERSION}" \
27
- && make PG_CONFIG=/usr/local/bin/pg_config \
+ && make CFLAGS="-march=x86-64-v2" PG_CONFIG=/usr/local/bin/pg_config \
28
&& make install PG_CONFIG=/usr/local/bin/pg_config; \
29
cd / && rm -rf "/tmp/pgvector-${PGVECTOR_VERSION}"; \
30
apk del .pgvector-build; \
0 commit comments