update version
This commit is contained in:
parent
82501c6bcb
commit
c4ee385594
@ -11,7 +11,7 @@ RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib
|
|||||||
rm -rf /etc/apt/sources.list.d/debian.sources && \
|
rm -rf /etc/apt/sources.list.d/debian.sources && \
|
||||||
mkdir -p /tmp/build && apt-get update && \
|
mkdir -p /tmp/build && apt-get update && \
|
||||||
apt-mark hold locales && \
|
apt-mark hold locales && \
|
||||||
apt-get install -y --no-install-recommends build-essential git cmake postgresql-server-dev-$PG_MAJOR
|
apt-get install -y --no-install-recommends build-essential cmake postgresql-server-dev-$PG_MAJOR
|
||||||
|
|
||||||
|
|
||||||
# PG VECTOR
|
# PG VECTOR
|
||||||
@ -26,7 +26,7 @@ RUN cd /tmp/build/pgvector && \
|
|||||||
|
|
||||||
# TIMESCALE
|
# TIMESCALE
|
||||||
COPY timescaledb /tmp/build/timescaledb
|
COPY timescaledb /tmp/build/timescaledb
|
||||||
RUN cd /tmp/build/timescaledb && git checkout . && git checkout 2.14.2 && ./bootstrap && cd build && make && make install
|
RUN cd /tmp/build/timescaledb && ./bootstrap && cd build && make && make install
|
||||||
|
|
||||||
# CLEAN
|
# CLEAN
|
||||||
RUN rm -r /tmp/build && \
|
RUN rm -r /tmp/build && \
|
||||||
|
2
pgvector
2
pgvector
@ -1 +1 @@
|
|||||||
Subproject commit 19cbbfdd693bfeea68aef0f0deecd5747a4f3bb4
|
Subproject commit 3849f0fd3d6f7916de26d43e3a3c9f8e6615bc8f
|
6
pull.sh
6
pull.sh
@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
git clone https://github.com/pgvector/pgvector
|
git clone https://github.com/pgvector/pgvector
|
||||||
|
cd pgvector && git checkout v0.7.0
|
||||||
|
|
||||||
git clone https://github.com/timescale/timescaledb
|
cd ..
|
||||||
|
|
||||||
|
git clone https://github.com/timescale/timescaledb
|
||||||
|
cd timescaledb && git checkout 2.15.0
|
@ -1 +1 @@
|
|||||||
Subproject commit d8057c432625981ecc44db960b72f394cabd3b35
|
Subproject commit f9ccf1be07760b77cf1faf3e639a960b9d229399
|
Loading…
Reference in New Issue
Block a user