Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add environment.yml to setup folder #176

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ If you haven't already, view the video at http://course.fast.ai/lessons/aws.html
Once you have an Azure GPU server set up, download and run the `install-gpu-azure.sh` script on that server. More instructions available on the [wiki](http://wiki.fast.ai/index.php/Azure_install).

### Ubuntu
Download and run the `install-gpu.sh` script to install required software on an Ubuntu machine. More instructions available on the [wiki](http://wiki.fast.ai/index.php/Ubuntu_installation).
Download and run the `install-gpu.sh` script to install required software on an Ubuntu machine. More instructions available on the [wiki](http://wiki.fast.ai/index.php/Ubuntu_installation).

### Anaconda Environment
If you have Anaconda installed and want to keep a separate environment for the class with the proper package versions to prevent collisions you can use the `environment.yml` file to quickly create a conda environment. Simply run `conda env create -n <env-name> -f environment.yml` and then run `source activate <env-name>` (`activate <env-name>` on windows) to activate the environment
Empty file added setup/environment.yml
Empty file.