Hi all. I created a pod, started it, but can't ssh, can't start its "web terminal", can't do anythin
I've created a new pod, started it, added the RSA keys, etc… however, can't ssh;
Error response from daemon: Container f3aeaa504300180e74107f909c00ece20c4e18925c55c45793c83c9d3dc52852 is not running
Connection to 100.65.13.88 closed.
Connection to ssh.runpod.io closed.
and it does not ever start its web terminal 😦
what can i do?
14 Replies
Did you use a custom docker image?
Looks like a custom docker image that does not have
sleep infinity
to keep it alive.I used Hardware Corner LLM text-generation-webui
Probably not designed for RunPod and needs
sleep infinity
added. Why can't you use the existing text-generation-webui templates on RunPod available under the templates section?well.. it's suggested by runpod in their home
Where in their home?
THey highlight the template once you log in, which is why i chose it
Where do you see this? RunPod's official LLM templates have TheBloke, not anything to do with Hardware Corner?
the template is "allanhwc/hwc-cuda11.8.0-ubuntu22.04-textgenui"
Sounds like a docker image not a template
I found it, but its the least popular text generation webui template on the whole of RunPod, I suggest either using TheBloke's one or mine.
aaight, i'll try with another one
Best to use one of these, they all work.
yes, it worked, thanks