Skip to content

Commit

Permalink
Merge pull request #110 from tsailiming/dsp-example
Browse files Browse the repository at this point in the history
Fix bullet point formatting in data science pipeline example
  • Loading branch information
guimou authored Dec 6, 2024
2 parents db04166 + 7be98d3 commit 69f05f6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ The current version of KFP 2.0 in OpenShift AI uses Argo Workflow as the backend
The example uses OpenShift Pipeline (Tekton) to compile the pipeline into an intermediate representation (IR) YAML and submit it to the Kubeflow Pipeline server (instead of doing it from your Jupyter environment using Elyra, or importing it directly through the Dashboard).

The Tekton pipeline has 2 main tasks:

* git-clone
* execute-kubeflow-pipeline to compile and submit the pipeline

## Example

## Architectural Diagram
### Architectural Diagram

![dsp-arch](img/rhoai-dsp.jpg)

Expand All @@ -36,7 +37,7 @@ 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.

Expand Down

0 comments on commit 69f05f6

Please sign in to comment.