README.md 440 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
# Compound AI Kubernetes Operator
The NVIDIA Compound AI Kubernetes Operator uses the [operator framework](https://cloud.redhat.com/blog/introducing-the-operator-framework) within Kubernetes to automate the management of all compound AI resources.


## pre-requisites
NEMO kubernetes operator has been built using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder)
you need to install it on your machine

### Build

```
make
```