mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-13 06:00:58 +00:00
ci(Dockerfile): 修复依赖安装问题
This commit is contained in:
+4
-4
@@ -1,13 +1,13 @@
|
|||||||
FROM python:3.10.13-alpine3.18
|
FROM python:3.10.13-bullseye
|
||||||
WORKDIR /QChatGPT
|
WORKDIR /QChatGPT
|
||||||
|
|
||||||
COPY . /QChatGPT/
|
COPY . /QChatGPT/
|
||||||
|
|
||||||
RUN ls
|
RUN ls
|
||||||
|
|
||||||
RUN pip install -r requirements.txt && \
|
RUN python -m pip install -r requirements.txt && \
|
||||||
pip install -U websockets==10.0 && \
|
python -m pip install -U websockets==10.0 && \
|
||||||
pip install -U httpcore httpx openai
|
python -m pip install -U httpcore httpx openai
|
||||||
|
|
||||||
# 生成配置文件
|
# 生成配置文件
|
||||||
RUN python main.py
|
RUN python main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user