SunYuefeng commited on
Commit
29266d4
·
verified ·
1 Parent(s): fe18f73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ echo "mineru2.gradio_app.webui_std start..."
15
  python3 -m mineru2.gradio_app.webui_std --sgl-endpoint http://localhost:20000
16
  EOT
17
 
18
- ARG CACHEBUST=2
19
 
20
  RUN --mount=type=secret,id=SYF_GITHUB_TOKEN,mode=0444,required=true \
21
  git config --global user.name "sunyuefeng" && \
 
15
  python3 -m mineru2.gradio_app.webui_std --sgl-endpoint http://localhost:20000
16
  EOT
17
 
18
+ ARG CACHEBUST=1
19
 
20
  RUN --mount=type=secret,id=SYF_GITHUB_TOKEN,mode=0444,required=true \
21
  git config --global user.name "sunyuefeng" && \