Acronyms:
- RHOCP = Red Hat OpenShift Container Platform
- RHOAI = Red Hat OpenShift AI
- ODH = Open Data Hub
- CR = Custom Resource
Red Hat OpenShift AI is a platform for data scientists and developers of artificial intelligence and machine learning applications.
OpenShift AI provides an environment to develop, train, serve, test, and monitor AI/ML models and applications on-premise or in the cloud. More Info
- Learn more about features and dependencies (link)
- Prerequisite
- Add administrative user
- Enable GPU support for RHOAI
- (Optional) Run sample GPU application
- Configure GPU dashboards
- Configure GPU sharing method
- Install RHOAI Kserve dependencies
- Install RHOAI Operator and Components
- Configure RHOAI / Data Science Pipelines
- Configure distributed workloads
To run all steps, from this repo's root directory, run below command
./scripts/setup.sh -s 0
./scripts/setup.sh -s 9
The following will setup RHOAI with GPUs on an OpenShift cluster on AWS
until oc apply -k https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/demos/rhoai-workshop-ready ; do : ; done
For more comprehensive gitops functionality, check out below repository: demo-ai-gitops-catalog