Skip to content

Run your Google Colaboratory notebook from a Docker container

Notifications You must be signed in to change notification settings

kglnsk/google-colab-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.0%
  • Dockerfile 39.6%
  • Shell 4.4%