Skip to content

Docker build fail on raspberry pi zero w #39

Description

@smhgit
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions