Skip to content

Commit b7ce8d1

Browse files
update according to the review comment
make code be better
1 parent 6e9626c commit b7ce8d1

File tree

1 file changed

+3
-3
lines changed
  • AI-and-Analytics/Getting-Started-Samples/LPOT-Sample-for-Tensorflow

1 file changed

+3
-3
lines changed

AI-and-Analytics/Getting-Started-Samples/LPOT-Sample-for-Tensorflow/sample.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
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": [

0 commit comments

Comments
 (0)