Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
db_gpt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linyangyang
db_gpt
Commits
db22a23e
Commit
db22a23e
authored
Aug 08, 2024
by
林洋洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker 部署修改
parent
eefcae12
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
login.py
dbgpt/app/apps/user/login.py
+0
-0
Dockerfile
docker/allinone/Dockerfile
+3
-0
No files found.
dbgpt/app/apps/user/login.py
0 → 100644
View file @
db22a23e
docker/allinone/Dockerfile
View file @
db22a23e
...
@@ -3,6 +3,9 @@ ARG BASE_IMAGE="eosphorosai/dbgpt:latest"
...
@@ -3,6 +3,9 @@ ARG BASE_IMAGE="eosphorosai/dbgpt:latest"
FROM
${BASE_IMAGE}
FROM
${BASE_IMAGE}
RUN
pip
install
dashscope
RUN
pip
install
dashscope
RUN
pip
install
-U
langchain-community
RUN
apt-get update
&&
apt-get
install
-y
wget gnupg lsb-release net-tools
RUN
apt-get update
&&
apt-get
install
-y
wget gnupg lsb-release net-tools
RUN
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
467B942D3A79BD29
RUN
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
467B942D3A79BD29
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment