Skip to content

Commit 657531d

Browse files
committed
Remove version warning from single node deployment guide
1 parent 21c7914 commit 657531d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/guides/single-node-deployment.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Single node deployment
22

3-
_WARNING: you are on the master branch, please refer to the docs on the branch that matches your `cortex version`_
4-
53
You can use Cortex to deploy models on a single node. Deploying to a single node can be cheaper than spinning up a Cortex cluster with 1 worker node. It also may be useful for testing your model on a GPU if you don't have access to one locally.
64

75
Deploying on a single node entails `ssh`ing into that instance and running Cortex locally. When using this approach, you won't get the the advantages of deploying to a cluster such as autoscaling, rolling updates, etc.
@@ -109,7 +107,7 @@ Install the Cortex CLI.
109107

110108
<!-- CORTEX_VERSION_MINOR -->
111109
```bash
112-
$ bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/master/get-cli.sh)"
110+
$ bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/0.16/get-cli.sh)"
113111
```
114112

115113
### Step 13

0 commit comments

Comments
 (0)