You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Is there any way to build the docker without triggering any additional requests to AWS services/authorization? @thvasilo
The text was updated successfully, but these errors were encountered: