This tutorial shows how to deploy a simple house price prediction model.

How-to Guide

Start Jenkins service locally

docker compose -f docker-compose.yaml up -d

Push the whole code to Github for automatic deployment

git add --all
git commit -m "first attempt to deploy the model"
git push origin your_branch