DEV Community

Discussion on: Machine Learning Model Deployment with FastAPI and Docker

Collapse
 
jserenge profile image
jserenge

so how would you summarize the deployment process and what are the most important steps to consider

Collapse
 
msopacua profile image
msopacua
  1. Provider selection (AWS / Azure / GCP / Digital Ocean / ...)
  2. Provisioner selection (terraform / opentofu / ansible / ...)
  3. Container configuration if wanted (some cloud providers offer complete stacks for deep learning as a product)
  4. CI/CD integration