Skip to content

Commit

Permalink
Update stable version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deliahu committed Nov 1, 2019
1 parent 98391b4 commit 2830bca
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cortex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ set -u
### CONFIGURATION ###
#####################

export CORTEX_VERSION_BRANCH_STABLE=0.9.1
export CORTEX_VERSION_BRANCH_STABLE=0.9.2

export CORTEX_CONFIG="${CORTEX_CONFIG:-""}"
if [ "$CORTEX_CONFIG" != "" ]; then
Expand Down
34 changes: 17 additions & 17 deletions docs/cluster/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ export CORTEX_NODES_MIN=2
export CORTEX_NODES_MAX=5

# Image paths
export CORTEX_IMAGE_MANAGER="cortexlabs/manager:0.9.1"
export CORTEX_IMAGE_FLUENTD="cortexlabs/fluentd:0.9.1"
export CORTEX_IMAGE_STATSD="cortexlabs/statsd:0.9.1"
export CORTEX_IMAGE_OPERATOR="cortexlabs/operator:0.9.1"
export CORTEX_IMAGE_TF_SERVE="cortexlabs/tf-serve:0.9.1"
export CORTEX_IMAGE_TF_API="cortexlabs/tf-api:0.9.1"
export CORTEX_IMAGE_TF_SERVE_GPU="cortexlabs/tf-serve-gpu:0.9.1"
export CORTEX_IMAGE_ONNX_SERVE="cortexlabs/onnx-serve:0.9.1"
export CORTEX_IMAGE_ONNX_SERVE_GPU="cortexlabs/onnx-serve-gpu:0.9.1"
export CORTEX_IMAGE_CLUSTER_AUTOSCALER="cortexlabs/cluster-autoscaler:0.9.1"
export CORTEX_IMAGE_NVIDIA="cortexlabs/nvidia:0.9.1"
export CORTEX_IMAGE_METRICS_SERVER="cortexlabs/metrics-server:0.9.1"
export CORTEX_IMAGE_ISTIO_PROXY="cortexlabs/istio-proxy:0.9.1"
export CORTEX_IMAGE_ISTIO_PILOT="cortexlabs/istio-pilot:0.9.1"
export CORTEX_IMAGE_ISTIO_CITADEL="cortexlabs/istio-citadel:0.9.1"
export CORTEX_IMAGE_ISTIO_GALLEY="cortexlabs/istio-galley:0.9.1"
export CORTEX_IMAGE_DOWNLOADER="cortexlabs/downloader:0.9.1"
export CORTEX_IMAGE_MANAGER="cortexlabs/manager:0.9.2"
export CORTEX_IMAGE_FLUENTD="cortexlabs/fluentd:0.9.2"
export CORTEX_IMAGE_STATSD="cortexlabs/statsd:0.9.2"
export CORTEX_IMAGE_OPERATOR="cortexlabs/operator:0.9.2"
export CORTEX_IMAGE_TF_SERVE="cortexlabs/tf-serve:0.9.2"
export CORTEX_IMAGE_TF_API="cortexlabs/tf-api:0.9.2"
export CORTEX_IMAGE_TF_SERVE_GPU="cortexlabs/tf-serve-gpu:0.9.2"
export CORTEX_IMAGE_ONNX_SERVE="cortexlabs/onnx-serve:0.9.2"
export CORTEX_IMAGE_ONNX_SERVE_GPU="cortexlabs/onnx-serve-gpu:0.9.2"
export CORTEX_IMAGE_CLUSTER_AUTOSCALER="cortexlabs/cluster-autoscaler:0.9.2"
export CORTEX_IMAGE_NVIDIA="cortexlabs/nvidia:0.9.2"
export CORTEX_IMAGE_METRICS_SERVER="cortexlabs/metrics-server:0.9.2"
export CORTEX_IMAGE_ISTIO_PROXY="cortexlabs/istio-proxy:0.9.2"
export CORTEX_IMAGE_ISTIO_PILOT="cortexlabs/istio-pilot:0.9.2"
export CORTEX_IMAGE_ISTIO_CITADEL="cortexlabs/istio-citadel:0.9.2"
export CORTEX_IMAGE_ISTIO_GALLEY="cortexlabs/istio-galley:0.9.2"
export CORTEX_IMAGE_DOWNLOADER="cortexlabs/downloader:0.9.2"

# Flag to enable collecting error reports and usage stats. If flag is not set to either "true" or "false", you will be prompted.
export CORTEX_ENABLE_TELEMETRY=""
Expand Down
2 changes: 1 addition & 1 deletion docs/cluster/python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Python client can be used to programmatically deploy models to a Cortex Clus

<!-- CORTEX_VERSION_BRANCH_STABLE, e.g. v0.9.0 -->
```bash
pip install git+https://github.com/cortexlabs/[email protected].1#egg=cortex\&subdirectory=pkg/workloads/cortex/client
pip install git+https://github.com/cortexlabs/[email protected].2#egg=cortex\&subdirectory=pkg/workloads/cortex/client
```

The Python client needs to be initialized with AWS credentials and an operator URL for your Cortex cluster. You can find the operator URL by running `./cortex.sh info`.
Expand Down

0 comments on commit 2830bca

Please sign in to comment.