kglnsk / google-colab-docker

Run your Google Colaboratory notebook from a Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-colab-docker

This is an executable container that executes a Google Colaboratory notebook from a local container.

Insturctions

  • Share the Google Colaboratory notebook. You can generate a shareable link from Google Drive, or share from The Google Colaboraty interface and set Web/Everybody with the link permissions.

  • Copy the sharable link and execute the following command

docker run psykohack/google-colab [YOUR_URL]

You can try with this example:

docker run psykohack/google-colab https://colab.research.google.com/drive/133DIr7lvkuaNU_X2JN5id3XmtSXQspy9

It will execute the notebook from an Ubuntu container with the required libraries.

About

Run your Google Colaboratory notebook from a Docker container


Languages

Language:Python 56.1%Language:Dockerfile 39.6%Language:Shell 4.4%