We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi ,
I have issues when I use the command below I am using python version 3.8.5
The text was updated successfully, but these errors were encountered: