Are you an LLM? You can read better optimized documentation at /docs/getting-started/new-repo-push.md for this page in Markdown format
Pushing a ModelKit to a Repository
INFO
Creating your own repository and pushing ModelKits to it requires you to be logged in to Jozu Hub. If you don't have an account you can sign up.
If you haven't created a ModelKit yet, you can learn how to do it from the open source KitOps quick start.
With your ModelKit packed on your machine, push it to your repository using the following command:
bash
kit push jozu.ml/<username>/<repository>:<tag>
In my case I'm pushing a ModelKit tagged latest
to a repository called test
in my account called brad
:
sh
kit push jozu.ml/brad/test:latest
In the Kit CLI window you will see a set of Copying
commands and a final message that says Pushed sha256:...
.
Refreshing your browser in the repository you pushed to will show the new ModelKit tag.