Skip to content

Commit

Permalink
Remove pgvector from Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dqii authored and Ngalstyan4 committed Oct 2, 2023
1 parent 57876ef commit 50b5ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
# Set Locale
apt update && apt-mark hold locales && \
# Install required packages for build
apt install -y --no-install-recommends build-essential cmake postgresql-server-dev-$PG_VERSION postgresql-$PG_VERSION-pgvector && \
apt install -y --no-install-recommends build-essential cmake postgresql-server-dev-$PG_VERSION && \
# Build lantern
cd /tmp/lantern && mkdir build && cd build && \
# Run cmake
Expand Down

0 comments on commit 50b5ea1

Please sign in to comment.