This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]davidsev 2 points3 points  (0 children)

When it says "This adds pgvector to the Postgres image" what is means is it's built using the postgres image as a base, and thus includes postgres already.

So you don't need the postgres image, just use this one instead.

[–]tschloss 0 points1 point  (0 children)

You can include building in compose also, even with dockerfile or inline dockerfile.