Skip to content

Commit

Permalink
update to grobid 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Sep 14, 2024
1 parent d1a2429 commit a5ef53e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Docker Pub2TEI image using Grobid deep learning models and/or CRF models for transformation enhancements

# this is the full GROBID image using NVIDIA Container Toolkit to automatically recognize possible GPU drivers on the host machine
FROM lfoppiano/grobid:0.8.0-full-slim
FROM grobid/grobid:0.8.1

# Add Tini
ENV TINI_VERSION v0.19.0
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
flatDir {
dirs 'localLibs'
}
// maven { url "https://grobid.s3.eu-west-1.amazonaws.com/repo/" }
maven { url "https://grobid.s3.eu-west-1.amazonaws.com/repo/" }
}

apply plugin: 'application'
Expand Down Expand Up @@ -98,7 +98,7 @@ dependencies {
//implementation "com.google.code.gson:gson:2.8.1"

// GROBID
implementation group: 'org.grobid', name: 'grobid-core', version: '0.8.0'
implementation group: 'org.grobid', name: 'grobid-core', version: '0.8.1'
implementation "black.ninia:jep:4.0.2"

implementation 'ru.vyarus:dropwizard-guicey:7.0.0'
Expand Down
Binary file removed localLibs/grobid-core-0.8.0.jar
Binary file not shown.

0 comments on commit a5ef53e

Please sign in to comment.