Skip to content

Commit 376ede9

Browse files
authored
Update sample.json
1 parent 2c72208 commit 376ede9

File tree

1 file changed

+6
-1
lines changed
  • AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training

1 file changed

+6
-1
lines changed

AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training/sample.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414
"linux": [{
1515
"env": [
1616
"source /intel/oneapi/intelpython/bin/activate",
17-
"conda activate base"
17+
"conda create --name user_base --clone base",
18+
"conda activate user_base",
19+
"pip install numba==0.57.1",
20+
"pip install numba-dpex==0.21.4",
21+
"conda deactivate",
22+
"conda remove --name user_base --all --y"
1823
],
1924
"steps": [
2025
"make all"

0 commit comments

Comments
 (0)