Move inactive MLOps app to labs

This commit is contained in:
juvdiaz 2026-06-29 21:04:37 -06:00
parent a57c459c8a
commit af75f2c608
7 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Production-shaped inference demo for the portfolio site. The model is
intentionally small: logistic regression coefficients trained with scikit-learn intentionally small: logistic regression coefficients trained with scikit-learn
and exported to JSON so the runtime stays light enough for the homelab. and exported to JSON so the runtime stays light enough for the homelab.
This directory contains the FastAPI service and model artifacts. It is not yet This lab directory contains the FastAPI service and model artifacts. It is not
registered as a Kubernetes application in `bootstrap/apps`; the public website registered as a Kubernetes application in `bootstrap/apps`; the public website
currently links to the reserved static placeholder under currently links to the reserved static placeholder under
`apps/demos-static/public/mlops-platform/`. `apps/demos-static/public/mlops-platform/`.
@ -24,7 +24,7 @@ currently links to the reserved static placeholder under
## Local Smoke Test ## Local Smoke Test
```bash ```bash
docker build -t mlops-platform:local apps/mlops-platform docker build -t mlops-platform:local labs/mlops-platform
docker run --rm -p 8080:8080 mlops-platform:local docker run --rm -p 8080:8080 mlops-platform:local
``` ```