- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
=> ERROR [runtime 12/37] RUN apt-get update --allow-releaseinfo-change && apt-get install -y --no-install-recommends libopencv-dev python3-opencv && rm -rf /var/lib/apt/lists/* 11.0s
------
> [runtime 12/37] RUN apt-get update --allow-releaseinfo-change && apt-get install -y --no-install-recommends libopencv-dev python3-opencv && rm -rf /var/lib/apt/lists/*:
#0 0.545 Get:1 https://apt.repos.intel.com/openvino/2022 focal InRelease [14.0 kB]
#0 0.670 Err:1 https://apt.repos.intel.com/openvino/2022 focal InRelease
#0 0.670 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
#0 0.941 Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
#0 1.078 Err:3 https://af01p-ir.devtools.intel.com/artifactory/dlstreamerci-ir-local focal InRelease
#0 1.078 Could not resolve 'af01p-ir.devtools.intel.com'
#0 2.092 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3072 kB]
#0 3.506 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.3 kB]
#0 3.508 Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1110 kB]
#0 3.565 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2839 kB]
#0 5.938 Get:8 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
#0 7.170 Get:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
#0 7.462 Get:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
#0 7.750 Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
#0 9.218 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
#0 9.328 Get:13 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
#0 9.332 Get:14 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
#0 9.333 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.0 kB]
#0 9.334 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3560 kB]
#0 9.642 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1414 kB]
#0 9.762 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2989 kB]
#0 9.988 Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
#0 9.989 Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
#0 10.14 Reading package lists...
#0 10.85 W: GPG error: https://apt.repos.intel.com/openvino/2022 focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
#0 10.85 E: The repository 'https://apt.repos.intel.com/openvino/2022 focal InRelease' is not signed.
------
Dockerfile:182
--------------------
181 | # Installing dependency for udfloader plugin
182 | >>> RUN apt-get update --allow-releaseinfo-change && apt-get install -y --no-install-recommends \
183 | >>> libopencv-dev \
184 | >>> python3-opencv && \
185 | >>> rm -rf /var/lib/apt/lists/*
186 |
--------------------
ERROR: failed to solve: process "/bin/bash -c apt-get update --allow-releaseinfo-change && apt-get install -y --no-install-recommends libopencv-dev python3-opencv && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
ERROR: Service 'ia_edge_video_analytics_microservice' failed to build
how can I fix this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I solved with adding these line to Dockerfile of EVAM
RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \
echo "deb https://apt.repos.intel.com/openvino/2022 focal InRelease" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Siyoung,
Could you please share additional information about your environment?
- Operating System?
- What software package and version are you using?
- Did you previously install this package or is it a fresh install?
Regards,
Jesus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I solved with adding these line to Dockerfile of EVAM
RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB && \
echo "deb https://apt.repos.intel.com/openvino/2022 focal InRelease" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OS : ubuntu 20.04
EII Version : 4.0.0
then, I don't know why the process slows down over time.
The term for process() of udf is getting longer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How does one use gpg to add that missing key on ubuntu 22.04?
I just need the command to use. I already used wget from Intel to download GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB.
I tried "gpg --import" and it said it worked for E9BF0AFC46D6E8B7DA5882F1BAC6F0C353D04109.
But apt upgrade continue to give error:
Hit:15 https://repositories.intel.com/graphics/ubuntu jammy InRelease
Err:12 https://apt.repos.intel.com/mkl all InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BAC6F0C353D04109
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Siyoung,
I'm glad you were able to resolve your issue. We recently released Intel Edge Insights for Industrial 4.1.0. Please take a look at the release notes for additional information. https://eiidocs.intel.com/4.1/pages/release.html
Regards,
Jesus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I print the log message when process()function of udf was called.
right after build process() called every 0.05seconds
but as time goes, it is getting longer.
3days after build process() called every almost 3 seconds
how can I fix this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Siyoung,
EII 4.0 has been replaced on Edge Software Hub by the new version 4.1, allow me to find the package and install EII 4.0 to reproduce on the same environment. In the meantime, could you please provide the necessary information and steps to reproduce your issue?
Regards,
Jesus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting a very similar error, running docker image intel/oneapi-hpckit:latest
I tried all of the solutions suggested on the forum, since this seems to be a recurring issue. None worked. When running apt-get update, I get the following error:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Siyoung,
The errors you are seeing may be caused by the installer no longer being available on Edge Software Hub. I'm still looking into the installation of Edge Insights for Industrial 4.0.0. However, is it possible for you to try with Edge Insights for Industrial 4.1.0?
Regards,
Jesus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you need any additional information, please submit a new question as this thread will no longer be monitored.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page