Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Unable to build pipeline_server docker container #132

Open
jattind opened this issue Jun 28, 2023 · 0 comments
Open

Unable to build pipeline_server docker container #132

jattind opened this issue Jun 28, 2023 · 0 comments

Comments

@jattind
Copy link

jattind commented Jun 28, 2023

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant