File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
AI-and-Analytics/Getting-Started-Samples/LPOT-Sample-for-Tensorflow Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 {
1414 "env" : [" source ${ONEAPI_ROOT}/setvars.sh --force" ,
1515 " conda env remove -n user_tensorflow" ,
16- " conda create --name user_tensorflow -y" ,
16+ " conda create -n user_tensorflow -y" ,
1717 " conda activate user_tensorflow" ,
18- " conda install -c ${ONEAPI_ROOT}/conda_channel tensorflow numpy pyyaml scikit-learn schema lpot ilit matplotlib -y" ,
19- " conda install runipy notebook python-flatbuffers prompt_toolkit=2.0.9 -y"
18+ " conda install -n user_tensorflow - c ${ONEAPI_ROOT}/conda_channel tensorflow numpy pyyaml scikit-learn schema lpot ilit matplotlib -y" ,
19+ " conda install -n user_tensorflow runipy notebook python-flatbuffers prompt_toolkit=2.0.9 -y"
2020 ],
2121 "id" : " lpot tensorflow" ,
2222 "steps" : [
You can’t perform that action at this time.
0 commit comments