R
RunPod4mo ago
Ali Raza

AWS ECR Image run on Pod RTX 2000 Ada

Hi, I have one query related to docker run on pod How I install docker on L40 Model and pull the docker image from AWS ECR.
7 Replies
Jason
Jason4mo ago
You can't install docker inside of the pod itself but you cna use aws ecr with runpod You can add your registry authentication on settings page
Ali Raza
Ali RazaOP4mo ago
@nerdylive I created a 1x RTX 2000 Ada pod OnDemand on RunPod and have private repositories with the image stored on AWS ECR. The image is related to a FastAPI application that processes YOLO models. Could you guide me through the steps to run this image on my pod? That would be incredibly helpful.
Jason
Jason4mo ago
sure any documentations? if yes it'll be easier
Ali Raza
Ali RazaOP4mo ago
@nerdylive I don't have the steps right now. Could you provide me with a step-by-step guide to run the image on the pod?
Jason
Jason4mo ago
oh.. you create a template first refer it to your registry's image
Jason
Jason4mo ago
it should look like this: public.ecr.aws/docker/library/alpine:edge you input it here
No description
Jason
Jason4mo ago
then use a registry creds too ( if you don't have, then make one first )

Did you find this page helpful?