dlstreamer / pipeline-server

Home of Intel(R) Deep Learning Streamer Pipeline Server (formerly Video Analytics Serving)
BSD 3-Clause "New" or "Revised" License
123 stars 50 forks source link

Unable to build pipeline_server docker container #132

Open jattind opened 1 year ago

jattind commented 1 year ago
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