Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezaafaisal/try-mlops
https://github.com/rezaafaisal/try-mlops
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rezaafaisal/try-mlops
- Owner: rezaafaisal
- Created: 2024-12-25T03:27:55.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-12-25T06:30:28.000Z (17 days ago)
- Last Synced: 2024-12-28T23:35:36.522Z (13 days ago)
- Language: PureBasic
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
```