Skip to content

Commit 85e5966

Browse files
authored
Update sample.json
1 parent 19ac7bf commit 85e5966

File tree

1 file changed

+2
-0
lines changed
  • AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted

1 file changed

+2
-0
lines changed

AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/sample.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
"source /intel/oneapi/intelpython/bin/activate",
1717
"conda activate tensorflow",
1818
"pip install -r requirements.txt --no-deps",
19+
"pip install tensorflow==2.15.0.post1",
1920
"pip install jupyter ipykernel",
2021
"python -m ipykernel install --user --name=tensorflow",
2122
"conda deactivate",
2223
"conda activate tensorflow-gpu",
2324
"pip install -r requirements.txt --no-deps",
25+
"pip install tensorflow==2.15.0.post1",
2426
"pip install jupyter ipykernel",
2527
"python -m ipykernel install --user --name=tensorflow-gpu",
2628
"conda deactivate"

0 commit comments

Comments
 (0)