Skip to content

Commit

Permalink
Update start_aws.md (fastai#428)
Browse files Browse the repository at this point in the history
changed conda install -c pytorch -c fastai fastai pytorch torchvision cuda92
to conda install -c pytorch -c fastai fastai as the previous one  will break the environment 
Deep Learning AMI (Ubuntu) Version 16.0 is no longer recommend by AWS, so the doc should be updated to Version 24.1
  • Loading branch information
krishnakatyal authored and jph00 committed Oct 21, 2019
1 parent 9c83dfb commit 9d4dd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/start_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Log in to the AWS console then search for EC2 in the query bar or click 'EC2' in

<img alt="launch instance" src="/images/aws/launch_instance.png" class="screenshot">

Search for 'deep learning' and select the first option: Deep Learning AMI (Ubuntu) Version 16.0
Search for 'deep learning' and select the first option: Deep Learning AMI (Ubuntu) Version 24.1

<img alt="amiubuntu" src="/images/aws/amiubuntu.png" class="screenshot">

Expand Down Expand Up @@ -136,7 +136,7 @@ Then run these commands to install the necessary packages for experimenting with

``` bash
conda update conda
conda install -c pytorch -c fastai fastai pytorch torchvision cuda92
conda install -c pytorch -c fastai fastai pytorch
```

Next move into the directory where you will find the materials for the course by running:
Expand Down

0 comments on commit 9d4dd3d

Please sign in to comment.