RADAR-base / model-builder

This module is responsible for loading processed data from database and building data analysis models.
Apache License 2.0
0 stars 0 forks source link

Set-up automated docker builds #16

Open yatharthranjan opened 3 years ago

yatharthranjan commented 3 years ago

Automated docker builds need to be setup (master, dev and tags) either using docker hub or github actions can push to docker hub. These need to be set up for both model builder and invocation endpoint (this is more important). It will be useful for deploying and also integration testing with other components.

yatharthranjan commented 3 years ago

@Hsankesara take a look at https://github.com/covid-collab/RADAR-PushEndpoint/blob/79e6f7e870d40f185b2a2cb0564e9c3b371e8b85/.github/workflows/release.yml#L45 this for building docker images in GitHub and pushing to docker hub. I can add the DOCKERHUB_USERNAME and DOCKERHUB_TOKEN secrets to this repo so it has auth to push images. Image names can be radarbase/model-invocation-endpoint and radarbase/model-builder.

Hsankesara commented 3 years ago

Sure, will do it.