非pypi包加入COPY
This commit is contained in:
parent
6bc91bd02e
commit
9aafb2ee47
@ -15,6 +15,7 @@ WORKDIR /gpt
|
|||||||
|
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
|
COPY ./docs/gradio-3.32.2-py3-none-any.whl ./docs/gradio-3.32.2-py3-none-any.whl
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
# 装载项目文件
|
# 装载项目文件
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user