robmarkcole / tensorflow-lite-rest-server

Expose tensorflow-lite models via a rest API using FastAPI
Apache License 2.0
76 stars 21 forks source link

Add Dockerfile for rpi? #38

Open robmarkcole opened 4 years ago

robmarkcole commented 4 years ago

RPi requires a slightly modified Dockerfile:

RUN pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_armv7l.whl

Build takes a while, maybe 20 mins

pascalmtts commented 4 years ago

Would be nice to have a Dockerfile for rpi!

robmarkcole commented 3 years ago

See https://fastapi.tiangolo.com/deployment/docker/#raspberry-pi-and-other-architectures