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

Fix bugs 66 and 67: missing package libxcb for latest PIL package in sense-hat and image-classifier container #68

Closed emmanuel-bv closed 4 years ago

emmanuel-bv commented 4 years ago

Purpose

Fix bugs 66 and 67: Containers sense-hat and image-classifier were no longer running because they were missing package libxcb. This package is a new dependency coming from the latest PIL package. To remediate these issues, package libxcb have been added to both containers. TO prevent further issues, PIL and numpy package versions have been frozen.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Follow the instructions to get the code, compile the containers, deploy them to a raspberry pi. Show a banana then an apple in front of the camera and verify that the senseHat display blinks accordingly.