diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index e382e0269..36efa34a2 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -13,6 +13,9 @@ sudo -u postgres psql -c "CREATE ROLE postgresml PASSWORD 'postgresml' SUPERUSER sudo -u postgres createdb postgresml --owner postgresml 2> /dev/null 1>&2 sudo -u postgres psql -c 'ALTER ROLE postgresml SET search_path TO public,pgml' 2> /dev/null 1>&2 +# Create the vector extension +sudo -u postgres psql -c 'CREATE EXTENSION vector' 2> /dev/null 1>&2 + echo "Starting dashboard" PGPASSWORD=postgresml psql -c 'CREATE EXTENSION IF NOT EXISTS pgml' \ -d postgresml \
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: