Skip to content

Commit

Permalink
update README with google cloud instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wd15 committed Nov 14, 2019
1 parent 0eab285 commit 77f2658
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,20 @@ Note that I had to set `export ZONE="us-east1-c"` to get things
working, but then I got the `Quota 'GPUS_ALL_REGIONS' exceeded` and
have to wait to have that adjusted.

Start up the instance, go here

$ https://console.cloud.google.com/compute/instances?project=fastai-wd15&folder&organizationId&instancessize=50

To login into the instance

$ gcloud compute ssh --zone=$ZONE jupyter@$INSTANCE_NAME -- -L 8080:localhost:8080

This will log in and also fire up a jupyter instance which you can see
from `localhost:8080`.

Go to

$ cd ~/tutorials/fastai/course-v3/nbs/dl1
$ jupyter notebook

View the notebooks here at http://localhost:8080/lab?

0 comments on commit 77f2658

Please sign in to comment.