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 4faa2bd commit 0ea06a7Copy full SHA for 0ea06a7
Dockerfile
@@ -1,4 +1,5 @@
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-base:latest AS sqlbot-builder
4
5
# Set build environment variables
@@ -58,6 +59,7 @@ COPY start.sh /opt/sqlbot/app/start.sh
58
59
COPY g2-ssr/*.ttf /usr/share/fonts/truetype/liberation/
60
COPY --from=sqlbot-builder ${SQLBOT_HOME} ${SQLBOT_HOME}
61
COPY --from=ssr-builder /app /opt/sqlbot/g2-ssr
62
+COPY --from=vector-model /opt/maxkb/app/model /opt/sqlbot/models
63
64
WORKDIR ${SQLBOT_HOME}/app
65
0 commit comments