https://github.com/kermitt2/grobid
Revision e426bfe6c92625d685981e883888e3766fe6793b authored by Patrice Lopez on 17 March 2023, 10:53:12 UTC, committed by Patrice Lopez on 17 March 2023, 10:53:12 UTC
1 parent 01e2b74
Raw File
Tip revision: e426bfe6c92625d685981e883888e3766fe6793b authored by Patrice Lopez on 17 March 2023, 10:53:12 UTC
update header model (this is the best header model so far)
Tip revision: e426bfe
compose.yml
version: "3"

services:
  grobid:
    image: lfoppiano/grobid:0.7.2
    deploy:
      restart_policy:
        condition: on-failure
    ports:
      - "8080:8070"
      - "8081:8071"
back to top