We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0daab74 commit 4d1c8caCopy full SHA for 4d1c8ca
AI-and-Analytics/Getting-Started-Samples/INC-Sample-for-Tensorflow/sample.json
@@ -13,8 +13,8 @@
13
{
14
"env": ["source /opt/intel/oneapi/setvars.sh --force",
15
"conda activate tensorflow",
16
- "conda install -n tensorflow python-flatbuffers -y",
17
- "conda install -n tensorflow -c intel neural-compressor -y",
+ "conda install -n tensorflow -c conda-forge python-flatbuffers -y",
+ "conda install -n tensorflow -c https://software.repos.intel.com/python/conda/ -c conda-forge neural-compressor -y",
18
"conda install -n tensorflow -y",
19
"pip install jupyter ipykernel",
20
"python -m ipykernel install --user --name=tensorflow"
0 commit comments