From bf7d3993b4a22bf961b3c896b46df6d1fd1c0493 Mon Sep 17 00:00:00 2001 From: Brad Micklea <7644938+bmicklea@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:00:01 -0400 Subject: [PATCH] Update why-kitops.md fix ? marks --- docs/src/docs/why-kitops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/why-kitops.md b/docs/src/docs/why-kitops.md index 4014a9dd..20b8d9f0 100644 --- a/docs/src/docs/why-kitops.md +++ b/docs/src/docs/why-kitops.md @@ -49,7 +49,7 @@ Use `kit pack` to package up your Jupyter notebook, serialized model, and datase Then `kit push` it to any OCI-compliant registry, even a private one. -Most people won't need everything, so just `kit unpack` only the layers you need (model and dataset? code and docs?) from the remote registry. Or, if you need everything then a `kit pull` will grab everything. +Most people won't need everything, so just `kit unpack` only the layers you need (e.g., only model and datasets, or only code and docs) from the remote registry. Or, if you need everything then a `kit pull` will grab everything. Finally [package it all up as a container or Kubernetes deployment](./deploy.md).