Skip to content

Commit

Permalink
Merge pull request #1159 from Skyzayre/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
binary-husky committed Oct 11, 2023
2 parents 1ef6730 + a5491b9 commit 8698c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 8698c5a

Please sign in to comment.