Azure-Samples / Custom-vision-service-iot-edge-raspberry-pi

Sample showing how to deploy a AI model from the Custom Vision service to a Raspberry Pi 3 device using Azure IoT Edge
MIT License
186 stars 135 forks source link

build camera-capture module failed on raspberry pi #45

Closed czgtest closed 4 years ago

czgtest commented 5 years ago

OS: raspberry pi3 steps:

Get started To deploy the solution on a Raspberry Pi 3 test on raspberry pi3 1.Clone this sample 2.Update the .env file with the values for your container registry and make sure that your docker engine has access to it (create azure container registry and docker login in my pc) 3.build camera-capture module failed docker login -u czgacr -p UFQdRXaH4z/qIUVlAIFj191GzGF0GJtj czgacr.azurecr.io docker build -f Dockerfile.arm32v7 -t czgacr.azurecr.io/cameracapture:0.2.8-arm32v7 .

image

emmanuel-bv commented 4 years ago

Fixed with https://github.com/Azure-Samples/Custom-vision-service-iot-edge-raspberry-pi/pull/61