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

Docker build fail on raspberry pi zero w #39

Open smhgit opened 3 years ago

smhgit commented 3 years ago
Sending build context to Docker daemon  32.21MB
Step 1/8 : FROM python:3.7
 ---> bce1d0912414
Step 2/8 : EXPOSE 5000
 ---> Using cache
 ---> bd64f5211bc2
Step 3/8 : WORKDIR /app
 ---> Using cache
 ---> e39529147fb3
Step 4/8 : ADD requirements.txt /app/
 ---> Using cache
 ---> 57f186a4a727
Step 5/8 : RUN pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl
 ---> Running in 99f7cf4182a1
The command '/bin/sh -c pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl' returned a non-zero code: 139
Sending build context to Docker daemon  32.21MB
Step 1/8 : FROM python:3.7
 ---> bce1d0912414
Step 2/8 : EXPOSE 5000
 ---> Using cache
 ---> bd64f5211bc2
Step 3/8 : WORKDIR /app
 ---> Using cache
 ---> e39529147fb3
Step 4/8 : ADD requirements.txt /app/
 ---> Using cache
 ---> 57f186a4a727
Step 5/8 : RUN pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_armv7l.whl
 ---> Running in aafaeec726ca
The command '/bin/sh -c pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_armv7l.whl' returned a non-zero code: 139
robmarkcole commented 3 years ago

I should probably list the RPI boards this is tested on