This commit is contained in:
刘德华 2024-07-13 00:57:57 +08:00
parent 5dcf8a78f7
commit 64a7fe5075
2 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@ RUN wget -P /data/ob-tool https://mirrors.huaweicloud.com/python/3.9.6/Python-3.
# 将项目文件复制到容器中
ADD ./ /data/ob-robot/
# 安装Python依赖
RUN pip3.9 install -r /data/ob-robot/requirement.txt
RUN pip3.9 install -r /data/ob-robot/requirement.txt -i https://mirrors.aliyun.com/pypi/simple/
# 安装Git和OpenSSH服务器
RUN yum install -y git openssh-server

View File

@ -1,5 +1,5 @@
uvicorn>=0.14.0
SQLAlchemy==1.4.21
SQLAlchemy>=1.4.21
fastapi==0.66.0
aiohttp==3.7.4.post0
pydantic==1.8.2