LangChain / pgvector /Dockerfile
dcd018's picture
Initial commit.
b88c922
Raw
History Blame Contribute Delete
177 Bytes
FROM dcd018/pgvector:latest
COPY ./entrypoints/initdb_10.sql /docker-entrypoint-initdb.d/initdb_10.sql
COPY ./entrypoints/initdb_11.sh /docker-entrypoint-initdb.d/initdb_11.sh