Update Dockerfile
gradio已经更新到3.32.6,但是Dockerfile中仍然是3.32.2
This commit is contained in:
parent
120d4ad556
commit
88303b6f78
@ -17,7 +17,7 @@ WORKDIR /gpt
|
||||
|
||||
# 安装大部分依赖,利用Docker缓存加速以后的构建
|
||||
COPY requirements.txt ./
|
||||
COPY ./docs/gradio-3.32.2-py3-none-any.whl ./docs/gradio-3.32.2-py3-none-any.whl
|
||||
COPY ./docs/gradio-3.32.6-py3-none-any.whl ./docs/gradio-3.32.6-py3-none-any.whl
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user