mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 12:37:14 +00:00
feat: Knowledge QA support SQLite
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG BASE_IMAGE="db-gpt:latest"
|
||||
ARG BASE_IMAGE="eosphorosai/dbgpt:latest"
|
||||
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
@@ -25,6 +25,6 @@ ENV LOCAL_DB_PASSWORD="$MYSQL_ROOT_PASSWORD"
|
||||
RUN cp /app/assets/schema/knowledge_management.sql /docker-entrypoint-initdb.d/
|
||||
|
||||
COPY docker/allinone/allinone-entrypoint.sh /usr/local/bin/allinone-entrypoint.sh
|
||||
COPY docker/examples/sqls/ /docker-entrypoint-initdb.d/
|
||||
COPY docker/examples/sqls/*_mysql.sql /docker-entrypoint-initdb.d/
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/allinone-entrypoint.sh"]
|
Reference in New Issue
Block a user