lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

error docker build in arm device #112

Open scizors opened 3 years ago

scizors commented 3 years ago

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