Commit db22a23e authored by 林洋洋's avatar 林洋洋

docker 部署修改

parent eefcae12
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment