Skip to content

Commit 4d1c8ca

Browse files
authored
Update sample.json
1 parent 0daab74 commit 4d1c8ca

File tree

1 file changed

+2
-2
lines changed
  • AI-and-Analytics/Getting-Started-Samples/INC-Sample-for-Tensorflow

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
{
1414
"env": ["source /opt/intel/oneapi/setvars.sh --force",
1515
"conda activate tensorflow",
16-
"conda install -n tensorflow python-flatbuffers -y",
17-
"conda install -n tensorflow -c intel neural-compressor -y",
16+
"conda install -n tensorflow -c conda-forge python-flatbuffers -y",
17+
"conda install -n tensorflow -c https://software.repos.intel.com/python/conda/ -c conda-forge neural-compressor -y",
1818
"conda install -n tensorflow -y",
1919
"pip install jupyter ipykernel",
2020
"python -m ipykernel install --user --name=tensorflow"

0 commit comments

Comments
 (0)