Skip to content

Instantly share code, notes, and snippets.

@bharadwaj6
Forked from muellerzr/colabpt1
Created July 30, 2020 07:03
Show Gist options
  • Save bharadwaj6/78f76f4c54a65ba55afc30fcb65ef09f to your computer and use it in GitHub Desktop.
Save bharadwaj6/78f76f4c54a65ba55afc30fcb65ef09f to your computer and use it in GitHub Desktop.
git clone 'https://github.com/fastai/course-v4.git'
echo Setting up server...
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -q
sudo apt-get install -y nodejs -q
pip install jupyter jupyterlab --upgrade -q
pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install -q
pip install -r /content/course-v4/requirements.txt -q
wget -q -c -nc https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
unzip -qq -n ngrok-stable-linux-amd64.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment