Skip to content

Instantly share code, notes, and snippets.

@muellerzr
Last active March 7, 2021 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save muellerzr/019c88de40f7be059ee65db7daceac5d to your computer and use it in GitHub Desktop.
Save muellerzr/019c88de40f7be059ee65db7daceac5d 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