Skip to content

Docker file with build image

Latest
Compare
Choose a tag to compare
@apmoore1 apmoore1 released this 26 Feb 22:11
· 1 commit to master since this release

The version 3.0.1 code changes to the main code base has been done by the AllenAI Science Parse team and contributors.

The main difference compared to the AllenAI code base has been to the docker file. The docker file has been added back to the code base after it was removed from version 2.0.3. The docker file in this code base is similar and functionally identical. However there are a few changes:

  1. It is based off the OpenJDK docker image rather than Oracle JDK that was downloaded through apt-get.
  2. There is now a docker build image that compiles the java code and then this complied jar is copied into the main docker image.
  3. The docker image is slightly smaller by 0.6GB I think due to using a different base image. Original image was around 3.3GB this image is around 2.7GB
  4. The docker image is ran as a non-root user rather than root.

Docker image can be found on the UCREL science parse docker hub page.