Updated Dockerfile [skip ci]

This commit is contained in:
Andrew Kane
2023-04-01 13:31:52 -07:00
parent 96ae1a6a72
commit 6e3101d527

View File

@@ -1,7 +1,5 @@
ARG PG_MAJOR=15
FROM postgres:$PG_MAJOR
ARG PG_MAJOR
COPY . /tmp/pgvector