-
-
Save muellerzr/37254caa035efd55c244a7f05d44ff7a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone 'https://github.com/fastai/course-v3.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-v3/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