You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the Cortex CLI is installed at `/usr/local/bin/cortex`. To install the executable elsewhere, export the `CORTEX_INSTALL_PATH` environment variable to your desired location before running the command above.
Copy file name to clipboardExpand all lines: manager/check_cortex_version.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
set -e
18
18
19
-
CORTEX_VERSION=master
19
+
CORTEX_VERSION=0.38.0
20
20
21
21
if [ "$CORTEX_VERSION"!="$CORTEX_CLI_VERSION" ];then
22
22
echo"error: your CLI version ($CORTEX_CLI_VERSION) doesn't match your Cortex manager image version ($CORTEX_VERSION); please update your CLI (pip install cortex==$CORTEX_VERSION) to match the version of your Cortex manager image"
0 commit comments