Skip to content

Commit

Permalink
Update why-kitops.md
Browse files Browse the repository at this point in the history
fix ? marks
  • Loading branch information
bmicklea authored and gorkem committed Oct 31, 2024
1 parent 5f961d0 commit 12ed5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/why-kitops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 12ed5ed

Please sign in to comment.