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
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
flash-singh
flash-singh9mo ago
make sure to add auth if its a private image
Aayush999
Aayush999OP9mo ago
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.
flash-singh
flash-singh9mo ago
runpod only supports amd64, not arm64
Aayush999
Aayush999OP9mo ago
Got it, thank you so much!
Aayush999
Aayush999OP9mo ago
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
No description
No description
Aayush999
Aayush999OP9mo ago
it says 'stopped' when trying to connect, any advice on what I can look into?
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Aayush999
Aayush999OP9mo ago
I did press that, but it automatically stops
Madiator2011
Madiator20119mo ago
Container looping
Aayush999
Aayush999OP9mo ago
I'll take a look into it, thank you!
riverfog7
riverfog79mo ago
check the CMD command it needs to block

Did you find this page helpful?