mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-26 03:44:58 +08:00
ci(Dockerfile): 显式更新httpcore httpx和openai库
This commit is contained in:
@@ -5,8 +5,9 @@ COPY . /QChatGPT/
|
|||||||
|
|
||||||
RUN ls
|
RUN ls
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt && \
|
||||||
RUN pip install -U websockets==10.0
|
pip install -U websockets==10.0 && \
|
||||||
|
pip install -U httpcore httpx openai
|
||||||
|
|
||||||
# 生成配置文件
|
# 生成配置文件
|
||||||
RUN python main.py
|
RUN python main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user