ci(Dockerfile): 显式更新httpcore httpx和openai库

This commit is contained in:
RockChinQ 2023-11-12 14:18:42 +08:00
parent 4e0df52d7c
commit 2da5a9f3c7

View File

@ -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