mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
ci(Dockerfile): 显式更新httpcore httpx和openai库
This commit is contained in:
parent
4e0df52d7c
commit
2da5a9f3c7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user