Skip to content

Commit 7852136

Browse files
committed
ci: build 130 image
1 parent 7bc898b commit 7852136

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
367367
trigger:
368368
branch:
369369
- add_some_branch_you_need
370+
- feat/1.3.0
370371
event:
371372
- push
372373

src/backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dataelement/bisheng-backend:base.v2
1+
FROM dataelement/bisheng-backend:base.v3
22

33
WORKDIR /app
44

@@ -7,7 +7,7 @@ COPY ./ ./
77
RUN poetry config virtualenvs.create false
88
RUN poetry update --without dev
99

10-
# patch langchain-openai lib. remove this when upgrade langchain-openai
10+
# patch langchain-openai lib. remove this when langchain-openai support reasoning_content
1111
RUN patch -p1 < /app/bisheng/patches/langchain_openai.patch /usr/local/lib/python3.10/site-packages/langchain_openai/chat_models/base.py
1212

1313
# patch fastapi-jwt-auth lib. remove this when remove fastapi-jwt-auth

0 commit comments

Comments
 (0)