demotomohiro / remocolab

remocolab is a Python module to allow remote access to Google Colaboratory using SSH or TurboVNC.
MIT License
316 stars 229 forks source link

Kaggle disconnects after the thing gets completed #90

Open ghost opened 3 years ago

ghost commented 3 years ago

When I run the code on kaggle to setup vnc, it disconnects the session when it outputs the vnc details

demotomohiro commented 3 years ago

Following code install and run ssh server. When I ran this code on Kaggle, the session has stopped.

!apt install -y openssh-server
!service ssh start

Kaggle blocks running ssh server on it and there is no way to run remocolab on Kaggle.

smahadwale2001 commented 2 years ago

Following code install and run ssh server. When I ran this code on Kaggle, the session has stopped.

!apt install -y openssh-server
!service ssh start

Kaggle blocks running ssh server on it and there is no way to run remocolab on Kaggle.

Is there any another way to run on kaggle. I was able to install remocolab and use ngrok token but gives this Command '['apt-get', '-q', '-y', 'upgrade']' returned non-zero exit status 100. There is issue with ubuntu-advantage-tools and ubuntu-minimal. Colab is not providing free gpu nowdays easily. Please help. I wanted to run carla simulator which needs expensive gpu's.