tensorflow-lite-rest-server
tensorflow-lite-rest-server copied to clipboard
Docker build fail on raspberry pi zero w
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
I should probably list the RPI boards this is tested on