Skip to content

Commit

Permalink
added info for running AMI on a different region
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyin committed Dec 16, 2015
1 parent 4598e12 commit c459b7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions notebooks/ec2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We made available a public Amazon Machine Image (AMI) in which all packages required by Neurokernel are preloaded. Currently, AMI with the latest CUDA 7.5 is available. We will update the AMI from time to time as newer version of packages are released. Please follow the steps below to launch an GPU instance using the AMI."
"We made available a public Amazon Machine Image (AMI) in which all packages required by Neurokernel are preloaded. \n",
"The AMI is only available in US East Region currently, and you must launch the AMI in this region. If you wish to run Neurokernel in another region, you can copy the AMI to that region.\n",
"AMI is preloaded with the latest CUDA 7.5. We will update the AMI from time to time as newer version of packages are released. Please follow the steps below to launch an GPU instance using the AMI."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"First, search in the public images for Neurokernel. Click on the one with AMI ID: ami-8bdd97e1. Then click Launch button on the top.\n",
"First, change your region to US East and search in the public images for Neurokernel. Click on the one with AMI ID: ami-8bdd97e1. Then click Launch button on the top.\n",
"<img src='files/files/ec2-ami-1.png' />"
]
},
Expand Down

0 comments on commit c459b7c

Please sign in to comment.