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 764a19d commit 3956a24Copy full SHA for 3956a24
pgvector/Dockerfile
@@ -12,6 +12,9 @@ RUN apt-get update && \
12
FROM scratch
13
ARG PG_MAJOR
14
15
+# Licenses
16
+COPY --from=builder /usr/share/doc/postgresql-${PG_MAJOR}-pgvector/copyright /licenses/postgresql-${PG_MAJOR}-pgvector/
17
+
18
# Libraries
19
COPY --from=builder /usr/lib/postgresql/${PG_MAJOR}/lib/vector* /lib/
20
COPY --from=builder /usr/lib/postgresql/${PG_MAJOR}/lib/bitcode/ /lib/bitcode/
0 commit comments