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 19ac7bf commit 85e5966Copy full SHA for 85e5966
AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/sample.json
@@ -16,11 +16,13 @@
16
"source /intel/oneapi/intelpython/bin/activate",
17
"conda activate tensorflow",
18
"pip install -r requirements.txt --no-deps",
19
+ "pip install tensorflow==2.15.0.post1",
20
"pip install jupyter ipykernel",
21
"python -m ipykernel install --user --name=tensorflow",
22
"conda deactivate",
23
"conda activate tensorflow-gpu",
24
25
26
27
"python -m ipykernel install --user --name=tensorflow-gpu",
28
"conda deactivate"
0 commit comments