TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

Added GitHub Action for releasing a Docker image on releases #177

Closed gaurav closed 1 year ago

gaurav commented 1 year ago

This PR adds a GitHub Action to generate Docker images on new releases from this repository. I have confirmed that the Docker image produced by this GitHub Action can be used in the NodeNorm web server at https://nodenormalization-dev.apps.renci.org/docs

I've also added a requirements.lock file that notes the versions used by me when running this program. I think we should use the requirements.txt file when building Docker images so that we pick up software upgrades as needed; the requirements.lock file is intended only to record the last set of versions that worked for us.