R
RunPod6mo ago
Punit

Stop button missing

Can’t find Stop button in my pod ID 8uiw7twm1deb2y Only option is to terminate pod
No description
10 Replies
kopyl
kopyl6mo ago
This is because you have network storage. Right now Runpod does not support stopping pods which have it. But I once was able to see a stop button for my pod with network volume, but I believe it’s rather a bug cause it happened only once. This of course would be very useful to be able to stop pods with network volumes. @flash.singh
Punit
Punit6mo ago
So does that mean it’d keep charging me if I’m not using it?
kopyl
kopyl6mo ago
If you did not remove it, then yes
justin
justin6mo ago
If u have network storage tho, it doesnt need to idle bc everything is in network storage is the thought behind it
Punit
Punit6mo ago
But I am having to install pytorch every time I create a new pod and setup environment. All the data is there
justin
justin6mo ago
Oh i totally see the issue Maybe start a pod with the pytorch template already installed? And attach to the nerwork volume? 🙂 Like runpod templates I think has a pytorch version templates That way you dont need to install everything at runtime I have a docker container for Fooocus where I preinstalled dependencies for pod usage but i used to use the runpod pytorch before that
Punit
Punit6mo ago
I’m using comfy template right now. Not sure if I need it anymore since I have all the data saved in volume. So I can simply use PyTorch template unless there’s a template with both inside
RobBalla
RobBalla6mo ago
my comfyui template ships with a 'spare' PyTorch environment https://github.com/ai-dock/comfyui
GitHub
GitHub - ai-dock/comfyui: ComfyUI docker images
ComfyUI docker images. Contribute to ai-dock/comfyui development by creating an account on GitHub.
RobBalla
RobBalla6mo ago
Latest tag is for PyTorch 2.1.1
Punit
Punit6mo ago
Perfect I’ll try it out thanks