We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f7e6f commit 03b5c11Copy full SHA for 03b5c11
Dockerfile
@@ -48,7 +48,7 @@ RUN npm install
48
FROM registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-base:latest AS python-builder
49
# Runtime stage
50
# FROM registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-base:latest
51
-FROM registry.cn-qingdao.aliyuncs.com/dataease/postgres:17.6
+FROM pgvector/pgvector:pg17
52
53
# python environment
54
COPY --from=python-builder /usr/local /usr/local
0 commit comments