Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 346 Bytes

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