Merge pull request #1159 from Skyzayre/patch-1

Update Dockerfile
This commit is contained in:
binary-husky 2023-10-11 17:18:28 +08:00 committed by GitHub
commit 8698c5a80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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