Skip to content

Instantly share code, notes, and snippets.

@dan-r95
Created May 27, 2020 15:26
Show Gist options
  • Save dan-r95/c01321eae9895ededf666dc743333181 to your computer and use it in GitHub Desktop.
Save dan-r95/c01321eae9895ededf666dc743333181 to your computer and use it in GitHub Desktop.
setup google vm dependencies
yes | sudo apt update && sudo apt upgrade
pip3 install tensorflow
pip3 install torch torchvision
git clone git://github.com/jupyter/jupyter-drive.git
pip install -e jupyter-drive
python -m jupyterdrive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment