Move inactive MLOps app to labs
This commit is contained in:
parent
a57c459c8a
commit
af75f2c608
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
Loading…
Reference in New Issue