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