From 2da5a9f3c7326d5ade70278569be24fafa35cacc Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Sun, 12 Nov 2023 14:18:42 +0800 Subject: [PATCH] =?UTF-8?q?ci(Dockerfile):=20=E6=98=BE=E5=BC=8F=E6=9B=B4?= =?UTF-8?q?=E6=96=B0httpcore=20httpx=E5=92=8Copenai=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8261a1fe..d921b93e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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