Merge pull request #1159 from Skyzayre/patch-1

Update Dockerfile
这个提交包含在:
binary-husky
2023-10-11 17:18:28 +08:00
提交者 GitHub
当前提交 8698c5a80f

查看文件

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