Skip to content

Commit c924720

Browse files
Adding pip install for sdk
1 parent e207c40 commit c924720

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/trainer/resources/osft.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"%pip install datasets\n",
10+
"\n",
11+
"# pip Install kubeflow SDK - this can be removed once Universal Image is released\n",
12+
"%pip install kubeflow -i https://console.redhat.com/api/pypi/public-rhai/rhoai/3.2/cuda12.9-ubi9-test/simple/"
13+
]
14+
},
315
{
416
"cell_type": "code",
517
"execution_count": 3,

0 commit comments

Comments
 (0)