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

Fix download link of TurboVNC, VirtualGL and libjpeg-turbo #57

Closed demotomohiro closed 3 years ago

demotomohiro commented 3 years ago

remocolab uses libjpeg-turbo, VirtualGL and TurboVNC. They release binary files only in sourceforge but their download link often change. It seems sourceforge never provide download URL that can be used with wget for long time. I put copies of these files in github so that my script can always download them from same URL.