Closed amrragab8080 closed 3 years ago
Support for AWS ECR authentication was recently commited in master.
For public images or if your credentials aren't setup, use a #
to separate the registry domain from the URI:
srun -N1 --container-image="public.ecr.aws#w6p6i9i7/aws-efa-nccl-rdma:base-cudnn8-cuda11-ubuntu18.04"
Closing, feel free to reopen if you still have issues after using the master branch or the above
It seems enroot doesnt recognize that AWS ECR public is a public registry and doesn't require creds for pulls.
srun -N1 --container-image="public.ecr.aws/w6p6i9i7/aws-efa-nccl-rdma:base-cudnn8-cuda11-ubuntu18.04" --pty bash
it prefixes the image with docker prefix