Skip to content

Commit 8698c5a

Browse files
authored
Merge pull request #1159 from Skyzayre/patch-1
Update Dockerfile
2 parents 1ef6730 + a5491b9 commit 8698c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /gpt
1717

1818
# 安装大部分依赖,利用Docker缓存加速以后的构建
1919
COPY requirements.txt ./
20-
COPY ./docs/gradio-3.32.2-py3-none-any.whl ./docs/gradio-3.32.2-py3-none-any.whl
20+
COPY ./docs/gradio-3.32.6-py3-none-any.whl ./docs/gradio-3.32.6-py3-none-any.whl
2121
RUN pip3 install -r requirements.txt
2222

2323

0 commit comments

Comments
 (0)