init commit
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.11
|
||||
RUN python3 -m pip uninstall -y chassis
|
||||
# 拷贝依赖
|
||||
COPY requirements.txt .
|
||||
# 安装依赖
|
||||
RUN python3 -m pip install -i https://mirrors.cloud.tencent.com/pypi/simple --trusted-host=mirrors.cloud.tencent.com -r requirements.txt
|
Reference in New Issue
Block a user