Skip to content

Commit

Permalink
updated launch stack link
Browse files Browse the repository at this point in the history
  • Loading branch information
coleslaw481 committed Sep 14, 2018
1 parent cf92b32 commit 3b1b8c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CDeep3M provides a plug-and-play cloud based deep learning solution for image se
Click launch button to spin up the latest release of CDeep3M on the cloud (~20 minute spin up time):
**(Oregon region)**

[![Launch Deep3m AWS CloudFormation link](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=cdeep3m-stack-1-5-0rc1&templateURL=https://s3-us-west-2.amazonaws.com/cdeep3m-releases/1.5.0rc1/cdeep3m_1.5.0rc1_basic_cloudformation.json)
[![Launch Deep3m AWS CloudFormation link](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=cdeep3m-stack-1-5-0&templateURL=https://s3-us-west-2.amazonaws.com/cdeep3m-releases/1.5.0/cdeep3m_1.5.0_basic_cloudformation.json)

**NOTE: Running will result in EC2 charges (0.9-3$ per hour runtime)**

Expand Down Expand Up @@ -126,14 +126,14 @@ Please email to [email protected] for additional questions.
#### Step 1) Download release tarball

```Bash
wget https://github.com/CRBS/cdeep3m/archive/v1.5.0rc1.tar.gz
wget https://github.com/CRBS/cdeep3m/archive/v1.5.0.tar.gz
```

#### Step 2) Uncompress

```Bash
tar -zxf v1.5.0rc1.tar.gz
cd cdeep3m-1.5.0rc1
tar -zxf v1.5.0.tar.gz
cd cdeep3m-1.5.0
```

#### Step 3) Add to path
Expand Down

0 comments on commit 3b1b8c3

Please sign in to comment.