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

unable to build Docker container for SageMaker #50

Open
tohara-PandoLogic opened this issue Nov 5, 2022 · 0 comments
Open

unable to build Docker container for SageMaker #50

tohara-PandoLogic opened this issue Nov 5, 2022 · 0 comments

Comments

@tohara-PandoLogic
Copy link

We are unable to build Docker container for SageMaker following the steps under
https://aws.amazon.com/blogs/machine-learning/train-albert-for-natural-language-processing-with-tensorflow-on-amazon-sagemaker.

Specifically, it fails to checkout jarednielsen/transformers.git@tfsquad:

$ pip install git+git://github.com/jarednielsen/transformers.git@tfsquad
Collecting git+git://github.com/jarednielsen/transformers.git@tfsquad
  Cloning git://github.com/jarednielsen/transformers.git (to revision tfsquad) to ./temp/tmp/pip-req-build-2ug44ime
  Running command git clone --filter=blob:none --quiet git://github.com/jarednielsen/transformers.git /Users/tohara/temp/tmp/pip-req-build-2ug44ime
  fatal: unable to connect to github.com:
  github.com[0: 140.82.112.4]: errno=Operation timed out
  error: subprocess-exited-with-error

from in ./models/nlp/docker/ngc_sagemaker.Dockerfile:

:RUN pip install git+git://github.com/jarednielsen/transformers.git@tfsquad

The Github connection is fine as the following works:

pip install git+https://github.com/benjaminp/six

A colleague ran into this problem, and I reproduced the problem in a separate environment.

Best,
Tom

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

1 participant