-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image for Raspberry Pi #2
Comments
After a couple of hours on Raspberry Pi 3 B+, I got the image based on the python3 template, with tensorflow installed from https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp35-none-linux_armv7l.whl and protobuf compiled. The image is available here: https://hub.docker.com/r/salekd/faas-mobilenet-rpi Next steps:
|
After a minor fix, I think the inference is running. The image is here https://hub.docker.com/r/salekd/faas-mobilenet-rpi/ I did the following test. I run and see
with the curl command below. From the above printout, I conclude the inference is running.
However, I get this message back |
Provide an image that can be deployed with OpenFaaS on Raspberry Pi.
The text was updated successfully, but these errors were encountered: