Update Dockerfile

gradio已经更新到3.32.6,但是Dockerfile中仍然是3.32.2
This commit is contained in:
Skyzayre 2023-10-11 00:26:16 +08:00 committed by binary-husky
parent 120d4ad556
commit 88303b6f78

View File

@ -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