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

Docker Building Failure #1118

Open
YukeWang96 opened this issue Dec 22, 2024 · 1 comment
Open

Docker Building Failure #1118

YukeWang96 opened this issue Dec 22, 2024 · 1 comment

Comments

@YukeWang96
Copy link

YukeWang96 commented Dec 22, 2024

The current instruction when building the docker images for graphstorm would encounter the errors after executing the commands from https://graphstorm.readthedocs.io/en/latest/install/env-setup.html#building-the-graphstorm-images-using-docker.

git clone https://github.com/awslabs/graphstorm.git
cd graphstorm
bash docker/build_graphstorm_image.sh --environment local

Is there any way to build the docker without triggering any additional requests to AWS services/authorization? @thvasilo

@thvasilo
Copy link
Contributor

thvasilo commented Dec 23, 2024

To clarify the need for this, the source image for our local Graphstorm image is hosted on the AWS Public ECR gallery. Pulling this image requires authorization to the registry, so we include it in the build script.

For someone who can't pull directly or authorize to AWS Public ECR, they have the option of pulling the SOURCE image some other way, pushing it to a private registry, and use that URI as their source instead of the AWS public ECR one.

EDIT: We can add instructions for how to do an unauthenticated pull from the AWS docs: https://docs.aws.amazon.com/AmazonECR/latest/public/docker-pull-ecr-image.html

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