Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encapsulate MLOps Stages #44

Merged
merged 36 commits into from
Sep 8, 2023
Merged

Encapsulate MLOps Stages #44

merged 36 commits into from
Sep 8, 2023

Conversation

Eve-ning
Copy link
Owner

@Eve-ning Eve-ning commented Sep 5, 2023

Motivation

Currently, we do have the pipeline running, however, it's tricky to debug stage by stage.
To fix this, we need to make sure that each stage can run by itself and is as independent as possible.
Then, make sure that the pipeline.sh orchestrator manages interdependencies between the stages.

To do this, we attach a run.sh natural entry point for each stage.
This wraps docker compose, which improves flexibility.

Major Changes

@Eve-ning Eve-ning merged commit df00d02 into master Sep 8, 2023
4 checks passed
@Eve-ning Eve-ning deleted the encaps-stages branch September 8, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant