From 7be98d34a4c1488cc235061013b469974a68db96 Mon Sep 17 00:00:00 2001 From: Tsai Li Ming <1571401+tsailiming@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:10:15 +0800 Subject: [PATCH] Fix heading issue again :( --- .../datasciencepipeline/datasciencepipeline.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tools-and-applications/datasciencepipeline/datasciencepipeline.md b/docs/tools-and-applications/datasciencepipeline/datasciencepipeline.md index 3234b033..0bccd49e 100644 --- a/docs/tools-and-applications/datasciencepipeline/datasciencepipeline.md +++ b/docs/tools-and-applications/datasciencepipeline/datasciencepipeline.md @@ -22,7 +22,7 @@ The Tekton pipeline has 2 main tasks: ## Example -## Architectural Diagram +### Architectural Diagram ![dsp-arch](img/rhoai-dsp.jpg) @@ -37,11 +37,11 @@ The demo uses the following components: | Minio | S3 bucket to store the model | KServe | To serve the model -## Prerequisite +### Prerequisite You will need OpenShift 2.15 installed with ModelRegistry set to `Managed`. In 2.15, the model registry feature is currently in Tech Preview. -## Running the Example +### Running the Example The sample code is available [here](https://github.com/tsailiming/openshift-ai-dsp).