EcoExtreML / STEMMUS_SCOPE

Integrated code of SCOPE and STEMMUS
GNU General Public License v3.0
14 stars 2 forks source link

Add dockerfile, bump version to 1.5.0 #214

Closed BSchilperoort closed 6 months ago

BSchilperoort commented 6 months ago

A dockerfile has been added, this will allow for publishing a "package" on Github.

The version has been bumped to 1.5.0. This way the Docker image's version can be set to 1.5.0, matching the release of the source code.

BSchilperoort commented 6 months ago

After publishing this to the Github container registry, we can automate this in the future with a workflow, where Github Actions will build and publish the new Docker image upon the release of a new version of STEMMUS_SCOPE. See this for more info.