Introduces integration tests. Also introduces a new CLI feature (beta) for deploying apps using stackn create appinstance. This was necessary for deploying Jupyter Lab and Serve app in the CI.
Additional:
Jupyter-stackn Dockerfile updated
Removed Jupyter Lab from project template default
Added lables to the ingress of mflow-serve and tensorflow-serving
Examples added under ./examples including mlflow-serve and tensorflow-serve examples (used in CI)
Status
Description
Introduces integration tests. Also introduces a new CLI feature (beta) for deploying apps using
stackn create appinstance
. This was necessary for deploying Jupyter Lab and Serve app in the CI.Additional: