-7-
www.aaeon.com
AAEON Technology Inc.
Focus • Agility • Competitiveness
4. Setup and Run OpenVINO in Docker
#1
Install Docker Utility with the following commands:
sudo apt update
(10:01)
sudo apt-get remove docker docker-engine docker.io containerd runc
(10:27)
sudo apt install curl
(10:47)
curl -fsSL https://get.docker.com -o get-docker.sh
(11:12)
sudo sh get-docker.sh
(11:30)
sudo usermod -aG docker $USER
(12:55)