https://github.com/dicodingacademy/a443-cc-pipeline
Ini adalah repositori untuk latihan pada kelas Machine Learning Operations (MLOps)
https://github.com/dicodingacademy/a443-cc-pipeline
Last synced: 4 months ago
JSON representation
Ini adalah repositori untuk latihan pada kelas Machine Learning Operations (MLOps)
- Host: GitHub
- URL: https://github.com/dicodingacademy/a443-cc-pipeline
- Owner: dicodingacademy
- Created: 2022-09-06T01:59:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T07:38:24.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T07:31:05.289Z (over 1 year ago)
- Size: 405 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a443-cc-pipeline
Ini adalah repositori untuk latihan pada kelas Machine Learning Operations (MLOps)
- Install CLI heroku ([tautan](https://devcenter.heroku.com/articles/heroku-cli#install-the-heroku-cli))
- Login ke heroku melalui CLI dengan perintah berikut.
```
heroku login
```
- Login ke heroku container registry ([dokumentasi](https://devcenter.heroku.com/articles/container-registry-and-runtime#logging-in-to-the-registry:~:text=%24-,heroku%20container%3Alogin,-or%20directly%20via))
```
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
```