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 7f4c6e5 commit d270363Copy full SHA for d270363
Dockerfile
@@ -1,6 +1,6 @@
1
# Build sqlbot
2
FROM ghcr.io/1panel-dev/maxkb-vector-model:v1.0.1 AS vector-model
3
-FROM registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-python-pg:latest AS sqlbot-builder
+FROM registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-base:latest AS sqlbot-builder
4
5
# Set build environment variables
6
ENV PYTHONUNBUFFERED=1
@@ -36,7 +36,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
36
uv sync --extra cpu
37
38
# Build g2-ssr
39
-FROM registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-python-pg:latest AS ssr-builder
+FROM registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-base:latest AS ssr-builder
40
41
WORKDIR /app
42
0 commit comments