Skip to content

AiniNF30/MLOps2_Predicting_Stress_Levels

Repository files navigation

a443-cc-pipeline

Ini adalah repositori untuk latihan pada kelas Machine Learning Operations (MLOps)

  • Install CLI heroku (tautan)
  • Login ke heroku melalui CLI dengan perintah berikut.
heroku login
heroku container:login
  • Push container ke heroku container registry
heroku container:push web -a cc-prediction
  • Release model serving
heroku container:release web -a cc-prediction