Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6477 Discussions

Unable to build pipeline_server docker container

jattind
Beginner
625 Views

Downloaded the latest repository: https://github.com/dlstreamer/pipeline-server

Build the sample microservice with the following command:

./docker/build.sh

Fails:

Step 14/60 : RUN if [[ ${PIPELINE_SERVER_BASE} == *"openvino/ubuntu20_data_runtime"* || ${PIPELINE_SERVER_BASE} == *"intel/dlstreamer"* ]]; then     DEBIAN_FRONTEND=noninteractive apt-get update &&     apt-get install -y -q --no-install-recommends     libboost-program-options1.71.0 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/* ;    fi

---> Running in a6e8667a5dd8

Err:1 https://af01p-ir.devtools.intel.com/artifactory/dlstreamerci-ir-local focal InRelease

  Could not resolve 'af01p-ir.devtools.intel.com'

Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]

Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease

Get:4 https://apt.repos.intel.com/openvino/2022 focal InRelease [11.4 kB]

Get:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]

Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB]

Get:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]

Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2416 kB]

Get:9 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1366 kB]

Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3336 kB]

Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2618 kB]

Get:12 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]

Get:13 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]

Get:14 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]

Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2820 kB]

Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1064 kB]

Reading package lists...

E: Repository 'https://apt.repos.intel.com/openvino/2022 focal InRelease' changed its 'Label' value from '' to 'Intel OpenVINO Debian Repo'

The command '/bin/bash -c if [[ ${PIPELINE_SERVER_BASE} == *"openvino/ubuntu20_data_runtime"* || ${PIPELINE_SERVER_BASE} == *"intel/dlstreamer"* ]]; then     DEBIAN_FRONTEND=noninteractive apt-get update &&     apt-get install -y -q --no-install-recommends     libboost-program-options1.71.0 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/* ;    fi' returned a non-zero code: 100

0 Kudos
2 Replies
Peh_Intel
Moderator
598 Views

Hi jattind,

 

Thanks for highlighting this issue with us.

 

Yes, I also get the same error.

 

I noticed that you had also raised this issue in GitHub:

https://github.com/dlstreamer/pipeline-server/issues/132

 

Hence, I will proceed to close this thread and the relevant team will reach out to you in GitHub.

 

 

Regards,

Peh


0 Kudos
jattind
Beginner
571 Views

Thanks!

0 Kudos
Reply