In order to serve the model/access the app, do the following:
- clone the repository
- build a docker image. Example: $ docker build -t 4brain_mlops_midterm:v1 .
- run the image. Example: $ docker run --rm -p 8080:8080 4brain_mlops_midterm:v1
- access the app at http://0.0.0.0:8080