Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Kit to Package tools #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ The tools for software package and installation
* [yum](http://yum.baseurl.org) Yum is an automatic updater and package installer/remover for rpm systems
* [fpm](https://github.com/jordansissel/fpm) Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
* [wix](http://wixtoolset.org/) The most powerful set of tools available to create your Windows installation experience.
* [packer](https://www.packer.io/) Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
* [packer](https://www.packer.io/) Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
* [KitOps](https://kitops.ml) Kit is an open source MLOps project that packages your model, datasets, code, and configuration so data scientists and developers can use their preferred tools while collaborating effortlessly.

## Deploy
The tools for web site deploy
Expand Down