VisionAI DevKit won’t deploy a module
Today my VisionAI DevKit was not deploying a module. In the logs (sudo journalctl -u iotedge -f
) I could see the deployment was received:
Successfully pulled image machinelearndfd8df7d.azurecr.io/mobilenetimagenet:3
Creating module VisionSampleImagenet…
Could not create module VisionSampleImagenet
caused by: No such image: machinelearndfd8df7d.azurecr.io/mobilenetimagenet:3
Strange. During troubleshooting I started docker images and saw a lot of older images and versions. After deleting a log of them with docker image rm xyz
the deployment succeeded and the module started. 🙂
Learning: Clean up the mess…
Leave a Reply