Intel® Distribution of OpenVINO™ Toolkit
Intel | 2022.3.0Linux/Unix, Amazon Linux 2 - 64-bit Amazon Machine Image (AMI)
Easy to use via Jupyter Notebook
With OpenVINO preinstalled, it is easy to quickly start experimenting with OpenVINO toolkit. Access to OpenVINO jupyter Notebook directly without logging into the console is convienent
- Leave a Comment |
- Mark review as helpful
AWS OpenVino Kit Crashes
Sir,
I installed OpenVino Image from AWS Marketplace using SpotInstance
Did RDP into the instance using the commands below.
Copying a text with the with right click mouse drag closes the remote desktop.
Very nice bug sir in the image. Please fix it.
------------------------------------------
sudo yum -y update
sudo amazon-linux-extras install mate-desktop1.x
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
sudo openssl req -x509 -sha384 -newkey rsa:3072 -nodes -keyout /etc/xrdp/key.pem -out /etc/xrdp/cert.pem -days 365
sudo yum install xrdp tigervnc-server
sudo systemctl start xrdp
sudo systemctl enable xrdp
sudo passwd ec2-user
sudo OpenVinoDev1
/etc/xrdp/xrdp.ini and comment out the line containing “channel_code = 1”.
sudo sed -i 's/<USER>/ec2-user/' /etc/systemd/system/vncserver@.service
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
sudo yum install ./google-chrome-stable_current_x86_64.rpm
sudo ln -s /usr/bin/google-chrome-stable /usr/bin/chromium
sudo file -s /dev/xvdf
sudo mkfs -t ext4 /dev/xvdf
sudo mkdir /Data
sudo mount /dev/xvdf /Data/
sudo cp /etc/fstab /etc/fstab.bak
vi /etc/fstab
/dev/xvdf /Data ext4 default,nofail 0 0
sudo mount -a