R
RunPod2w ago
truman

Docker image infinitely restarts

I am trying to use a 3-year-old docker image (from dockerhub) to run IsaacGym and, when I try to start a pod with the image, the system logs indicate that the image was successfully downloaded, but after that it will say it’s starting the image every couple seconds; it does this infinitely and I do not have access to any error logs (or do I?). Does anyone know what might be the issue? Keep in mind that this issue reappears when I try other images, including newer ones.
2 Replies
nerdylive
nerdylive7d ago
because you dont have a running program in the cmd or the entrypoint try adding sleep infinity on the container start arguments ( from edit pod )
deanQ
deanQ2d ago
Can you please provide pod ids so we can check what's happening?

Did you find this page helpful?