Skip to content

Commit

Permalink
retesting PWD image 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Nov 10, 2022
1 parent d394e6c commit 95a637c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Note that by default the Deep Learning models are not used, only CRF are selecte

### Try in Play With Docker

<a target="_blank" href="https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/kermitt2/grobid/master/compose.yml">
<a href="https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/kermitt2/grobid/master/compose.yml">
<img src="https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png" alt="Try in PWD"/>
</a>

Wait for 30 seconds for Grobid container to be created before opening a browser tab on port 8080. This demo container runs only with CRF models.
Wait for 30 seconds for Grobid container to be created before opening a browser tab on port 8080. This demo container runs only with CRF models. Note that there is an additional 60s needed when processing a PDF for the first time for the loading of the models on the "cold" container.

### Demo server

Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
grobid:
image: lfoppiano/grobid:0.7.1
image: lfoppiano/grobid:0.7.2
deploy:
restart_policy:
condition: on-failure
Expand Down

0 comments on commit 95a637c

Please sign in to comment.