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

error docker build in arm device #112

Open
scizors opened this issue May 11, 2021 · 0 comments
Open

error docker build in arm device #112

scizors opened this issue May 11, 2021 · 0 comments

Comments

@scizors
Copy link

scizors commented May 11, 2021

Hi ,
I have issues when I use the command below I am using python version 3.8.5

docker build -t tf-arm -f Dockerfile .
Sending build context to Docker daemon    127kB
Step 1/9 : FROM debian:buster
 ---> a477bb15a041
Step 2/9 : RUN dpkg --add-architecture armhf && dpkg --add-architecture arm64     && apt-get update && apt-get install -y         openjdk-11-jdk automake autoconf libpng-dev         curl zip unzip libtool swig zlib1g-dev pkg-config git wget xz-utils         python3-numpy python3-pip python3-mock         libpython3-dev libpython3-all-dev         libpython3-dev:armhf libpython3-all-dev:armhf         libpython3-dev:arm64 libpython3-all-dev:arm64 g++ gcc
 ---> Running in bbc64441e58b
failed to create endpoint romantic_shtern on network bridge: failed to add the host (veth93c5610) <=> sandbox (veth1cfd353) pair interfaces: operation not supported


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

1 participant