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
When run docker build --tag=mediapipe . The command '/bin/sh -c mkdir /bazel && wget --no-check-certificate -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh" && wget --no-check-certificate -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && chmod +x /bazel/installer.sh && /bazel/installer.sh && rm -f /bazel/installer.sh' returned a non-zero code: 4
The text was updated successfully, but these errors were encountered:
--2020-04-21 03:45:54-- (try:18) https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... failed: Connection refused. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|::|:443... failed: Cannot assign requested address. Retrying.
Sorry, something went wrong.
Is this a network issue? You probably can find some useful solutions at #3 and #581.
Based on #644, I believe the problem is solved? Feel free to reopen it if it's not the case.
jiuqiant
No branches or pull requests
When run docker build --tag=mediapipe .
The command '/bin/sh -c mkdir /bazel && wget --no-check-certificate -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh" && wget --no-check-certificate -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && chmod +x /bazel/installer.sh && /bazel/installer.sh && rm -f /bazel/installer.sh' returned a non-zero code: 4
The text was updated successfully, but these errors were encountered: