Skip to content

Commit 84d1404

Browse files
authored
Update sample.json
1 parent 62e3eff commit 84d1404

File tree

1 file changed

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

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
"linux": [{
1515
"env": [
1616
"source /intel/oneapi/intelpython/bin/activate",
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"
17+
"conda activate base"
2318
],
2419
"steps": [
2520
"make all"

0 commit comments

Comments
 (0)