-
Open OpenShift Console
→ Select openshift as your login option.
- Choose “openshift” as the login provider.
- Once logged in, navigate to “Data Science Projects.”
- Click “Create a project” to start setting up your workspace.
- Enter your project name (e.g.,
arahmani-workshop) and click Create.
- Your new project is created.
Review available sections like Workbenches and Pipelines.
- Go to the “Workbenches” tab to start building your development environment.
- Click “Create workbench” to start setting up your Jupyter environment.
- Select the workbench image from the dropdown list.
Choose Jupyter | Data Science | CPU | Python 3.12 for this setup.
- Specify deployment settings.
Choose Small container size and ensure Cluster storage is configured with default settings.
- Review the configuration summary — including Environment Variables, Storage, and Connections.
- Click “Create connection” under the Connections section to add object storage integration.
- Select “S3 compatible object storage – v1” as the connection type.
This enables integration with S3-compatible storage such as MinIO.
- Enter the connection details.
Fill in the following fields:
- Connection name:
arahmani-connection - Access key:
minioadmin - Secret key: (your MinIO secret key)
- Complete the connection setup by adding:
- Endpoint:
http://minio-api.minio-operator.svc.cluster.local:9000 - Bucket:
test
- Verify the connection appears under the Connections list.
Ensure your new S3-compatible connection is active and attached.
- Return to the Workbenches tab.
Your new workbench (arahmani-workbench) should now show status Starting, and then Running once ready.
-
Open your running workbench by clicking on its name.
This launches your JupyterLab environment inside Red Hat OpenShift AI.
-
In JupyterLab, you can see available options such as:
- Notebook (Python 3.12)
- Console (Python 3.12)
- Elyra Pipeline Editor
- Terminal and Text File options
-
Open a new terminal and clone the RAFT workshop repository using:
git clone https://github.com/poc-examples/raft-workshop.git
-
Verify the cloned repository appears in your workspace.
The folderraft-workshopshould include the following files:1-generate-data.ipynb2-push-dataset.ipynb3-finetune.ipynb4-eval.ipynbconfig.envsetup_raft.shsample_data/





























