Skip to content
Snippets Groups Projects
  1. Mar 30, 2020
  2. Mar 27, 2020
  3. Mar 24, 2020
  4. Mar 20, 2020
  5. Mar 13, 2020
  6. Mar 12, 2020
  7. Mar 06, 2020
    • Daniel Ecer's avatar
      add grobid tag (#20) · 428e5480
      Daniel Ecer authored
      * moved LATEST_GROBID_TAG to separate field
      
      * added update grobid script
      
      * added line feed
      
      * updated message to say latest grobid
      428e5480
  8. Mar 02, 2020
  9. Feb 28, 2020
  10. Feb 26, 2020
  11. Feb 16, 2020
  12. Sep 13, 2019
  13. Sep 10, 2019
  14. Sep 09, 2019
  15. Sep 06, 2019
    • Daniel Ecer's avatar
      optionally install cloud models (#11) · 9da347c9
      Daniel Ecer authored
      * upgraded to python3
      
      * added dev make targets
      
      * added support for OVERRIDE_MODELS
      
      * enable tests in ci
      
      * linting
      
      * python3 compat
      
      * fixed entrypoint with single quotes
      
      * remove implicit dependency on build target
      
      * added --no-deps
      9da347c9
  16. Aug 27, 2019
  17. Aug 23, 2019
  18. Aug 08, 2019
  19. Jul 26, 2019
  20. May 07, 2019
    • Daniel Ecer's avatar
      build with multiple grobid tags (#3) · 41ce96e2
      Daniel Ecer authored
      * added ALL_GROBID_TAGS and build first
      
      * added parallel build
      
      * temporarily just run build
      
      * renamed variable
      
      * another experiment
      
      * moved finally out
      
      * embedded checking grobid label
      
      * pass grobidTag to build
      
      * also push multiple images
      
      * added comment
      
      * re-enable end-to-end tests
      
      * changed separator to comma
      
      * added separate ci-test-only
      
      * run tests only on last grobid tag
      
      * fixed parallel build label
      41ce96e2
  21. May 06, 2019
  22. Apr 29, 2019
    • Daniel Ecer's avatar
      added push unstable image (#2) · 0bc6f520
      Daniel Ecer authored
      * added push unstable image
      
      * added fullImageTag
      
      * double escape string
      
      * added returnStdout: true
      
      * added grobidTag
      
      * named parameters for sh
      
      * using bash
      
      * construct fullImageTag using grobidTag
      
      * using `=` for ENV JAVA_OPTS for consistency
      
      * added label
      
      * check grobid tag
      
      * print actual grobid label
      
      * trim grobid tag
      
      * escape $
      
      * more escaping
      
      * removed "-latest"
      
      * removed -latest suffix
      
      * temporarily use a docker-read-label version that doesn't pull
      
      * log image
      
      * temporarily don't run end-to-end example as part of ci
      
      * echo echo
      
      * removed single quotes just in case
      
      * trying explicit toString()
      
      * pass in full image tag
      
      * added revision label
      
      * revised revision
      
      * added org.opencontainers.image.source
      
      * enable example end-to-end again
      
      * added comment to IMAGE_TAG
      0bc6f520
  23. Apr 26, 2019
    • Daniel Ecer's avatar
      added initial version of ScienceBeam Trainer for GROBID (#1) · a9ba6225
      Daniel Ecer authored
      * added initial version
      
      * fixed spaces instead of tab
      
      * moved GROBID_VERSION up in Dockerfile
      
      * replaced apt-get clean with rm ... apt/lists
      
      * split builder from runtime image
      
      * moved builder to separate Dockerfile
      
      * added image tag
      
      * removed gradle volume
      
      * configured COMPOSE_PROJECT_NAME
      
      * replaced spurious spaces with tabs in makefile
      a9ba6225
  24. Apr 25, 2019