diff --git a/Dockerfile b/Dockerfile index fcc911a8..7cfc4534 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/build.gradle b/build.gradle index 89787170..a088f55d 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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' diff --git a/localLibs/grobid-core-0.8.0.jar b/localLibs/grobid-core-0.8.0.jar deleted file mode 100644 index b5edf72f..00000000 Binary files a/localLibs/grobid-core-0.8.0.jar and /dev/null differ