File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ This will create a CLI environment named `cortex2` for accessing the new cluster
56
56
57
57
If you are spinning a up a new cluster with a different Cortex version, first install the cortex CLI matching the desired cluster version:
58
58
59
+ <!-- CORTEX_VERSION_README x2 -->
60
+
59
61
``` bash
60
62
# download the desired CLI version, replace 0.38.0 with the desired version (Note the "v"):
61
63
bash -c " $( curl -sS https://github.com/raw/cortexlabs/cortex/v0.38.0/get-cli.sh) "
@@ -69,6 +71,8 @@ cortex cluster up cluster.yaml --configure-env cortex2
69
71
70
72
You can use different Cortex CLIs to interact with the different versioned clusters; here is an example:
71
73
74
+ <!-- CORTEX_VERSION_README x4 -->
75
+
72
76
``` bash
73
77
# download the desired CLI version, replace 0.38.0 with the desired version (Note the "v"):
74
78
CORTEX_INSTALL_PATH=$( pwd) /cortex0.38.0 bash -c " $( curl -sS https://github.com/raw/cortexlabs/cortex/v0.38.0/get-cli.sh) "
Original file line number Diff line number Diff line change 2
2
3
3
## Create a cluster on your AWS account
4
4
5
- <!-- CORTEX_VERSION_README x2 -->
5
+ <!-- CORTEX_VERSION_README -->
6
6
``` bash
7
7
# install the CLI
8
8
bash -c " $( curl -sS https://github.com/raw/cortexlabs/cortex/v0.38.0/get-cli.sh) "
You can’t perform that action at this time.
0 commit comments