forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
33 lines (33 loc) · 1.05 KB
/
sample.json
File metadata and controls
33 lines (33 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"guid": "AE280EFE-9EB1-406D-B32D-5991F707E195",
"name": "Modin* Getting Started",
"categories": ["Toolkit/oneAPI AI And Analytics/Getting Started"],
"description": "This sample illustrates how to use Modin* accelerated Pandas functions and notes the performance gain when compared to standard Pandas functions",
"builder": ["cli"],
"languages": [{"python":{}}],
"os":["linux"],
"targetDevice": ["CPU"],
"ciTests": {
"linux": [
{
"env": [
"source /intel/oneapi/intelpython/bin/activate",
"conda activate modin",
"pip install uv",
"uv init",
"uv python pin $(which python)",
"uv venv --system-site-packages",
"uv add -r requirements.txt",
"pip install notebook",
"uv add --dev ipykernel",
"uv run ipython kernel install --user --name modin_getting_started"
],
"id": "Intel_Modin_GS_py",
"steps": [
"jupyter nbconvert --ExecutePreprocessor.enabled=True --to notebook Modin_GettingStarted.ipynb"
]
}
]
},
"expertise": "Getting Started"
}