Skip to content

Instantly share code, notes, and snippets.

@nimboya
Created February 9, 2025 15:00
Show Gist options
  • Save nimboya/06917457f02c995ed42932074077350b to your computer and use it in GitHub Desktop.
Save nimboya/06917457f02c995ed42932074077350b to your computer and use it in GitHub Desktop.
A Sample Kitfile used by KitOps
version: 1.0
model:
name: my-ml-model
version: 1.0
dependencies:
- numpy
- tensorflow
steps:
- name: preprocess
command: python preprocess.py
- name: train
command: python train.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment