This tutorial shows how to deploy a simple house price prediction model.
docker compose -f docker-compose.yaml up -d
git add --all
git commit -m "first attempt to deploy the model"
git push origin your_branch
This tutorial shows how to deploy a simple house price prediction model.
docker compose -f docker-compose.yaml up -d
git add --all
git commit -m "first attempt to deploy the model"
git push origin your_branch