Spaces:
Running
on
L40S
Running
on
L40S
Update Dockerfile
Browse files- 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=
|
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=2
|
19 |
|
20 |
RUN --mount=type=secret,id=SYF_GITHUB_TOKEN,mode=0444,required=true \
|
21 |
git config --global user.name "sunyuefeng" && \
|