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