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 3a2087b + 5d27541 commit 87635adCopy full SHA for 87635ad
Dockerfile
@@ -20,6 +20,8 @@ ENV CERTS="{}" \
20
RUN apk add --no-cache python3 py3-netifaces \
21
&& if [ "${PG_MAJOR:-0}" -ge 12 ]; then \
22
apk add --no-cache postgresql-pgvector; \
23
+ cp /usr/share/postgresql/extension/vector* /usr/local/share/postgresql/extension/; \
24
+ cp /usr/lib/postgresql17/vector.so /usr/local/lib/postgresql/; \
25
fi \
26
&& mkdir -p /etc/postgres \
27
&& chmod a=rwx /etc/postgres
0 commit comments