Skip to content

Instantly share code, notes, and snippets.

@cipherself
Created January 15, 2026 15:30
Show Gist options
  • Select an option

  • Save cipherself/5260fea1e2631e9630081fb7db171598 to your computer and use it in GitHub Desktop.

Select an option

Save cipherself/5260fea1e2631e9630081fb7db171598 to your computer and use it in GitHub Desktop.
FROM pgvector/pgvector:pg17
RUN apt-get update && apt-get install -y libicu72 curl
RUN curl -L "https://github.com/paradedb/paradedb/releases/download/v0.20.3/postgresql-17-pg-search_0.20.3-1PARADEDB-bookworm_amd64.deb" -o /tmp/pg_search.deb
RUN apt-get -y remove curl
RUN dpkg -i /tmp/pg_search.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment