π¦ ClawHub
MLOps Automation
by @guohongbin-git
Task automation, containerization, CI/CD, and experiment tracking
π‘ Examples
# Setup task runner
cp references/justfile ./Setup CI
mkdir -p .github/workflows
cp references/ci-workflow.yml .github/workflows/ci.ymlSetup Docker
cp references/Dockerfile ./Test locally
just check
docker build -t test .
TERMINAL
clawhub install mlops-automation-cn