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
nerdylive
nerdylive2w ago
You can build it a docker image for runpod yes and then create a template for it What does it say? What's the error, logs
flash-singh
flash-singh2w ago
make sure to add auth if its a private image
Aayush999
Aayush999OP2w 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-singh2w ago
runpod only supports amd64, not arm64
Aayush999
Aayush999OP2w ago
Got it, thank you so much!
Aayush999
Aayush999OP7d 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
Aayush999OP7d ago
it says 'stopped' when trying to connect, any advice on what I can look into?
nerdylive
nerdylive7d ago
Press the start button
Aayush999
Aayush999OP6d ago
I did press that, but it automatically stops
Madiator2011
Madiator20116d ago
Container looping
Aayush999
Aayush999OP4d ago
I'll take a look into it, thank you!
riverfog7
riverfog722h ago
check the CMD command it needs to block

Did you find this page helpful?