PradyumnaKrishna / Colab-Hacks

Simple Hacks for Google Colaboratory to boost your productivity and help you to perform daily tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Give a Support of Ubuntu 20.04

Pranav-Saraswat opened this issue · comments

Give a Support of Ubuntu 20.04

By default, Google Colab provide Ubuntu 18 LTS. The only way to get any version above that would require to set up an upgrade script, which then will take much more time to download the new version and upgrade the entire OS.

Yeah but there are so many files in ubuntu 18 lts which are no longer supported and tho some errors so thats why i open this issue

These are the commands to upgrade to the latest LTS

sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get install update-manager-core
sudo do-release-upgrade

But I'm not sure if it would work or not. A system reboot is required I guess.

I tried but not working need to change the whole script

commented

Why don't you try using docker and using your desired version inside of docker container
This may make colab lag a bit
But i think This is only solution
Or wait for Google to upgrade their system to ur version ( not sure if they will do it ) @HUNTER-XD try for it 👍