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
Copy file name to clipboardExpand all lines: microservices/dlstreamer-pipeline-server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Now you have successfully run the Deep Learning Streamer Pipeline Server contain
120
120
---
121
121
## Build from source
122
122
123
-
You can build either an optimized or an extended DL Streamer Pipeline Server image (for both Ubuntu22 and Ubuntu24) based on your use case. The extended image contains the Geti SDK and the OpenVINO Model API on top of the optimised image.
123
+
You can build either an optimized or an extended DL Streamer Pipeline Server image (for both Ubuntu22 and Ubuntu24) based on your use case. The extended image contains the Geti SDK and the OpenVINO Model API on top of the optimized image.
124
124
125
125
### Prerequisites
126
126
Add the following lines in [.env file](./docker/.env) if you are behind a proxy.
Copy file name to clipboardExpand all lines: microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-build-from-source.md
+26-14Lines changed: 26 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,18 @@
1
1
# How to build from source
2
2
3
+
You can build either an optimized or an extended DL Streamer Pipeline Server image (for both Ubuntu22 and Ubuntu24) based on your use case. The extended image contains the Geti SDK and the OpenVINO Model API on top of the optimized image.
4
+
3
5
## Steps
4
6
5
7
### Prerequisites
8
+
9
+
Clone the Edge-AI-Libraries repository from open edge platform and change to the docker directory inside DL Streamer Pipeline Server project.
cd edge-ai-libraries/microservices/dlstreamer-pipeline-server/
33
-
```
34
-
---
35
-
36
-
2. Run the following commands in the project directory
44
+
1. Run the following commands in the project directory
37
45
38
46
```sh
39
47
cd docker
@@ -42,15 +50,19 @@ docker compose build
42
50
```
43
51
---
44
52
45
-
3. Once the build is complete, list the docker images
53
+
2. Once the build is complete, list the docker images
46
54
```sh
47
55
docker image ls
48
56
```
49
-
Verify the following image `intel/dlstreamer-pipeline-server:<latest-version-number>-ubuntu22` or `intel/dlstreamer-pipeline-server:<latest-version-number>-ubuntu24` is present in the system after the build is successful
57
+
Based on the `.env` file changes done above, verify that the appropriate image from the following is present in the system after the build is successful
0 commit comments