Skip to content

error docker build in arm device #112

@scizors

Description

@scizors

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


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