Skip to content

Commit

Permalink
docs: update Dockerfile comments for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaawwa committed Sep 20, 2024
1 parent f76d2d2 commit 0beefcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GithubAction+NoLocal+Latex
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN pip3 install -r requirements.txt
COPY . .


# 安装依赖
RUN pip3 install -r requirements.txt
# # 安装依赖
# RUN pip3 install -r requirements.txt

# 可选步骤,用于预热模块
RUN python3 -c 'from check_proxy import warm_up_modules; warm_up_modules()'
Expand Down

0 comments on commit 0beefcd

Please sign in to comment.