- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to install the new 2021.3 version of EI for AMR. Unfortunately it does not pull the docker images during install.
$ ./edgesoftware list
+--------------------------+-----------------------------+---------+
| ID | Module | Status |
+--------------------------+-----------------------------+---------+
| 605cab935a4b53002c272678 | Docker Community Edition CE | SUCCESS |
+--------------------------+-----------------------------+---------+
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
$ ./edgesoftware docker -p amr-ubuntu2004-full-flavour-sdk:2021.3
Pulling Image amr-ubuntu2004-full-flavour-sdk:2021.3
Checking Intel registry for amr-ubuntu2004-full-flavour-sdk:2021.3
Image not available in Intel Registry.
Downloading amr-ubuntu2004-full-flavour-sdk:2021.3 from public registry.
Pulling Image from amr-ubuntu2004-full-flavour-sdk:2021.3
Extracting: 0%| | 0.00/1.00 [00:01<?, ?B/s]
Downloading: 0%| | 0.00/1.00 [00:01<?, ?B/s]
Failed to pull image amr-ubuntu2004-full-flavour-sdk:2021.3
Failed to install amr-ubuntu2004-full-flavour-sdk took 1.52 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Nico,
If you didn't run the install command with sudo, it will fail at the first time during installation. You can avoid this issue by running this $ sudo ./edgesoftware install
or if you didn't run with sudo, you can just reboot the system, and re-initiate the installation and the docker pull should be good to go. Please make sure the proxy is set properly as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Nadia,
I don't believe that is working. I followed the steps you laid out above, to no avail. The installation doesn't even try to pull the images, and the "edgesoftware docker" command keeps failing with the same error message as listed previously.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Nico,
You can go to this link for the 2021.3 documentation: https://www.intel.com/content/www/us/en/develop/documentation/edge-insights-amr-2021-3-doc/top/get-started-guide/install-edge-insights-for-amr.html
You can see the instruction to build the Docker images starting from point 4 of that page.
However, there is currently an issue when running the first docker build due to the software-properties-common version.
Need you to edit the Dockerfile of the amr_ubuntu2004_ros2_foxy_sdk_env on line 176
change the software-properties-common version to 0.99.9.* instead of 0.98.9.*.
After editing, you can then run the commands on point 5.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This issue is resolved in upcoming Q4 2021 SDK release.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page