Skip to content
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 build fail on raspberry pi zero w #39

Open
smhgit opened this issue Oct 16, 2020 · 1 comment
Open

Docker build fail on raspberry pi zero w #39

smhgit opened this issue Oct 16, 2020 · 1 comment

Comments

@smhgit
Copy link

smhgit commented Oct 16, 2020

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
Copy link
Owner

I should probably list the RPI boards this is tested on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants