Skip to content

Instantly share code, notes, and snippets.

@abderhasan
Last active August 25, 2020 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abderhasan/312c59982dfbaa12bc29bd20e6365a15 to your computer and use it in GitHub Desktop.
Save abderhasan/312c59982dfbaa12bc29bd20e6365a15 to your computer and use it in GitHub Desktop.
How to install fastai on AWS?
After you launch an AWS Ubuntu instance, do the following:
$ git clone https://github.com/fastai/fastai
$ wget https://repo.continuum.io/archive/Anaconda3-5.0.0.1-Linux-x86_64.sh
$ bash Anaconda3-5.0.0.1-Linux-x86_64.sh
$ source .bashrc
$ cd fastai
$ conda env update
$ source activate fastai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment