Skip to content

Commit

Permalink
Merge pull request #19 from beclab/fix/vectors-update
Browse files Browse the repository at this point in the history
fix: update postgres extension vectors to 0.3.0
  • Loading branch information
eball authored Jul 12, 2024
2 parents c0ee863 + f5dc99f commit 4134917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/citus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
postgresql-$PG_MAJOR-topn=2.5.0.citus-1

RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
curl -sfLO https://github.com/tensorchord/pgvecto.rs/releases/download/v0.2.1/vectors-pg14_0.2.1_${arch}.deb && \
apt-get install ./vectors-pg14_0.2.1_${arch}.deb && rm vectors-pg14_0.2.1_${arch}.deb
curl -sfLO https://github.com/tensorchord/pgvecto.rs/releases/download/v0.3.0/vectors-pg14_0.3.0_${arch}.deb && \
apt-get install ./vectors-pg14_0.3.0_${arch}.deb && rm vectors-pg14_0.3.0_${arch}.deb

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 4134917

Please sign in to comment.