Docker image from Docker hub
Hi, I am very new to runpod so might be a silly question. I have a custom docker image pushed to docker hub. Can I build a pod based on that docker image? I am trying to run the nvidia ingest microservice( https://github.com/NVIDIA/nv-ingest) on run pod. I have tried to create a custom template which points to the docker repo where the image is stored ( and made the image public), though it is unable to find the image. I am sure the path is right. Any advice would help, thanks!
12 Replies
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
make sure to add auth if its a private image
Hi, thanks for your response, so the error I get is: failed to pull image: no matching manifest for linux/amd64 in the manifest list entries. My image is based on the linux OS and on the arm64 architecture.
runpod only supports amd64, not arm64
Got it, thank you so much!
Hi, so I have built the image for amd64 architecture. I tried to deploy it, and it is able to pull the image, however, I am unable to connect to the container


it says 'stopped' when trying to connect, any advice on what I can look into?
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
I did press that, but it automatically stops
Container looping
I'll take a look into it, thank you!
check the CMD command it needs to block