Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
update lantern to 0.3.2 and pgvector to 0.7.3-lanterncloud
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Aug 20, 2024
1 parent 553f96a commit 1b16f69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
env:
VERSION: "0.2.2"
VERSION: "0.2.3"
IMAGE_NAME: "lanterndata/lantern-suite"
jobs:
docker:
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PG_VERSION=15

FROM postgres:$PG_VERSION-bookworm
ARG LANTERN_VERSION=0.3.0
ARG LANTERN_VERSION=0.3.2
ARG LANTERN_EXTRAS_VERSION=0.2.3
ARG PG_VERSION
ARG TARGETARCH
Expand All @@ -18,9 +18,9 @@ RUN git clone https://github.com/citusdata/pg_cron.git /tmp/pg_cron && \
make install

# Install pgvector
RUN git clone --branch narek/array-to-sparsevec-casts https://github.com/Ngalstyan4/pgvector.git /tmp/pgvector && \
RUN git clone --branch v0.7.3-lanterncloud https://github.com/lanterndata/pgvector.git /tmp/pgvector && \
cd /tmp/pgvector && \
make && \
make OPTFLAGS="" -j && \
make install

# Install Lantern
Expand Down

0 comments on commit 1b16f69

Please sign in to comment.