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
+1 -1
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