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
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
@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.
sure
any documentations? if yes it'll be easier
@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?
oh.. you create a template first
refer it to your registry's image
it should look like this:
public.ecr.aws/docker/library/alpine:edge
you input it here
then use a registry creds too ( if you don't have, then make one first )