File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ pip cache purge
4343# Name the ipython kernel to OpenVINO
4444/usr/bin/python3 -m ipykernel install --user --name OpenVINO
4545
46- # Install OpenVINO™ integration with TensorFlow (OVTF) as a IPython Kernel
46+ # Install OpenVINO™ integration with TensorFlow (OVTF) as IPython Kernel
4747
48- # Create openvino_tensorflow ipython kernel
48+ # Create openvino_tensorflow virtual env, which can be added as IPython Kernel
4949/usr/bin/python3 -m virtualenv /home/ec2-user/.ovtf-venv
5050
5151# Activate ovtf-venv virtual env
@@ -60,6 +60,7 @@ TF_ENABLE_ONEDNN_OPTS=1
6060pip install ipykernel
6161pip install tensorflow==$TF_VER keras==$KERAS_VER
6262pip install openvino_tensorflow==$OVTF_VER
63+ # Create openvino_tensorflow ipython kernel
6364python3 -m ipykernel install --user --name openvino_tensorflow
6465deactivate
6566
You can’t perform that action at this time.
0 commit comments