File tree 1 file changed +5
-5
lines changed
Filter options
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
2
2
ENV PATH="/usr/local/cuda/bin:${PATH}"
3
3
RUN apt update && \
4
4
apt install -y \
@@ -15,8 +15,8 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | te
15
15
16
16
ENV TZ=UTC
17
17
ENV 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 && \
20
20
cd pgvector && \
21
21
echo "trusted = true" >> vector.control && \
22
22
make && \
@@ -25,7 +25,7 @@ echo "trusted = true" >> vector.control && \
25
25
COPY entrypoint.sh /app/entrypoint.sh
26
26
COPY dashboard.sh /app/dashboard.sh
27
27
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
30
30
31
31
ENTRYPOINT ["bash" , "/app/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments