lanterndata / lantern

PostgreSQL vector database extension for building AI applications
https://lantern.dev
GNU Affero General Public License v3.0
790 stars 56 forks source link

Docker setup doesn't work #307

Closed sdan closed 7 months ago

sdan commented 7 months ago

docker run --pull=always --rm -p 5432:5432 -e "POSTGRES_USER=$USER" -e "POSTGRES_PASSWORD=postgres" -v ./lantern_data:/var/lib/postgresql/data lanterndata/lantern:latest-pg15

docker: Error response from daemon: create ./lantern_data: "./lanterndata" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9.-]" are allowed. If you intended to pass a host directory, use absolute path.

Ngalstyan4 commented 7 months ago

Hi @sdan , could you share some details about your platform and environment? I just tried this on an ubuntu 22.04 and Debian 11 and macOS Venture 13.0 (all x86-64 arch). It worked on all 3.

sdan commented 7 months ago

macOS 14.1 the example in the readme just doesn't have the relative path