Coral issues in docker v2.1.11 + workaround
Site Bugs / Suggestions
1
Posts
1
Posters
1
Views
1
Watching
-
There is an issue in the docker image for cpAI 2.1.11 with digest 5eb27f0a3f8b preventing the correct installation of the Coral Objectdetection module. The issue is caused by the fact that python3.9-venv is not present in the docker image. Attaching to the running container and installing it with
apt-get install python3.9-venv
before installing the Coral Objectdetection module resolves the issue, and allows the module to install correctly. Edit: first post, and apparently in the wrong section. Mods can you move this to the correct (sub)forum?