File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM nvidia/cuda:12.1.1 -devel-ubuntu22 .04
1+ FROM nvidia/cuda:12.6.3 -devel-ubuntu24 .04
22ENV PATH="/usr/local/cuda/bin:${PATH}"
33RUN apt update && \
44 apt install -y \
@@ -15,8 +15,8 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | te
1515
1616ENV TZ=UTC
1717ENV DEBIAN_FRONTEND=noninteractive
18- RUN apt update -y && apt install git postgresml-15 postgresml-dashboard -y
19- RUN git clone --branch v0.5 .0 https://github.com/pgvector/pgvector && \
18+ RUN apt update -y && apt install git postgresml-17 postgresml-dashboard -y
19+ RUN git clone --branch v0.8 .0 https://github.com/pgvector/pgvector && \
2020cd pgvector && \
2121echo "trusted = true" >> vector.control && \
2222 make && \
@@ -25,7 +25,7 @@ echo "trusted = true" >> vector.control && \
2525COPY entrypoint.sh /app/entrypoint.sh
2626COPY dashboard.sh /app/dashboard.sh
2727
28- COPY --chown=postgres:postgres local_dev.conf /etc/postgresql/15 /main/conf.d/01-local_dev.conf
29- COPY --chown=postgres:postgres pg_hba.conf /etc/postgresql/15 /main/pg_hba.conf
28+ COPY --chown=postgres:postgres local_dev.conf /etc/postgresql/17 /main/conf.d/01-local_dev.conf
29+ COPY --chown=postgres:postgres pg_hba.conf /etc/postgresql/17 /main/pg_hba.conf
3030
3131ENTRYPOINT ["bash" , "/app/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments