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

Installing using Docker #632

Closed
chensisi0730 opened this issue Apr 21, 2020 · 3 comments
Closed

Installing using Docker #632

chensisi0730 opened this issue Apr 21, 2020 · 3 comments
Assignees

Comments

@chensisi0730
Copy link

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

@chensisi0730
Copy link
Author

--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.

@jiuqiant
Copy link
Contributor

Is this a network issue?
You probably can find some useful solutions at #3 and #581.

@jiuqiant jiuqiant self-assigned this Apr 24, 2020
@jiuqiant
Copy link
Contributor

Based on #644, I believe the problem is solved? Feel free to reopen it if it's not the case.

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

2 participants