#How to keep training running after disconnecting through VSCode?

10 messages · Page 1 of 1 (latest)

left prism
#

I setup vscode to connect with a pod with this guide: https://blog.runpod.io/how-to-connect-vscode-to-runpod/. I then closed one of my own repo's, and started a training script in the bash terminal. How can i close the remote connection in vscode, but keep training running? At a later point i would like to reconnect through vscode again and check on the progress.
I apologise for the extreme noobishness of my question, but i've never worked with ssh or anything remote through vscode.
Thanks in advance.

RunPod Blog

While working in a terminal window is sometimes good enough, it's much nicer to work within your IDE if you are doing interactive development. Fortunately, you can connect your VSCode IDE to your RunPod instance via SSH. This will allow you to edit files and code on your remote instance

tepid hawkBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

thin bison
#

No, but you can run using tmux if you want to do disconnect and reconnect to the terminal

#

Try searching tmux, and how it works

#

It's useful for something like this, basically terminal inside terminal that keeps the process running

left prism
#

ok, i will look into that, thank you. Basically i just need to know how to train things overnight without staying logged in.

thin bison
#

Yup your welcome, this is what you will need

left prism
#

thanks for pointing me in the right direction!

tepid hawkBOT
thin bison
#

No problem!