Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 446 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 446 Bytes

Creating a naive pipeline for ML Model

Task

Creating a pipeline with python and ml model with a dynamic release in docker hub and use that image in docker file and compose it with docker-compose

Tech stack

  • CircleCi
  • Docker
  • Docker-Compose
  • Docker Hub
  • Flask
  • GitHub release

Lessons learnt

  • How to make a release in Github
  • How to Create a docker hub image from GitHub
  • How to Use Docker image from Hub In circleCi