Skip to content

Commit d08f881

Browse files
authored
Update install-ov-dlw.sh
1 parent 7d44d1c commit d08f881

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install-ov-dlw.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6060
pip install ipykernel
6161
pip install tensorflow==$TF_VER keras==$KERAS_VER
6262
pip install openvino_tensorflow==$OVTF_VER
63+
# Create openvino_tensorflow ipython kernel
6364
python3 -m ipykernel install --user --name openvino_tensorflow
6465
deactivate
6566

0 commit comments

Comments
 (0)