You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Platform or GPU reference setup script installed. Refer to [README.md](../../README.md)
9
+
- Docker version 24 or later installed
10
+
11
+
## Quick Start
12
+
### 1. Go to OpenVINO™ usecase directory
13
+
```bash
14
+
cd edge-developer-kit-reference-scripts/arc/dg2/usecases/openvino
15
+
```
16
+
17
+
### 2. Run the setup script
18
+
This script will create 2 docker images: OpenVINO™ docker image and OpenVINO™ Notebooks docker image.
19
+
```bash
20
+
./setup.sh
21
+
```
22
+
During installation, it may ask you to reboot your system. Reboot the system and run `./setup.sh` again. Installation is completed when you see this message:
23
+
> ✓ OpenVINO™ use case Installed
24
+
25
+
When you run command `docker images`, you can see the following example:
26
+
```
27
+
REPOSITORY TAG IMAGE ID CREATED SIZE
28
+
openvino_notebook/ubuntu22_dev latest b6b94b1682b3 22 minutes ago 5.09GB
29
+
openvino_dgpu/ubuntu22_dev latest afa9ce506097 44 minutes ago 4.7GB
30
+
```
31
+
32
+
## Run Docker Image
33
+
### OpenVINO™ Toolkit
34
+
1. Run this command to launch docker container with OpenVINO™ image and link to your working directory. For this instance, the working directory is in /home/user/workspace and it mount to container /data/workspace directory.
0 commit comments