Skip to content

Commit

Permalink
Update stable version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deliahu committed Dec 12, 2019
1 parent a391ed6 commit e1ecc5d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions docs/cluster-management/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,23 @@ spot_config:
instance_pools: 2

# docker image paths
image_predictor_serve: cortexlabs/predictor-serve:0.11.0
image_predictor_serve_gpu: cortexlabs/predictor-serve-gpu:0.11.0
image_tf_serve: cortexlabs/tf-serve:0.11.0
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.11.0
image_tf_api: cortexlabs/tf-api:0.11.0
image_onnx_serve: cortexlabs/onnx-serve:0.11.0
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.11.0
image_operator: cortexlabs/operator:0.11.0
image_manager: cortexlabs/manager:0.11.0
image_downloader: cortexlabs/downloader:0.11.0
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.11.0
image_metrics_server: cortexlabs/metrics-server:0.11.0
image_nvidia: cortexlabs/nvidia:0.11.0
image_fluentd: cortexlabs/fluentd:0.11.0
image_statsd: cortexlabs/statsd:0.11.0
image_istio_proxy: cortexlabs/istio-proxy:0.11.0
image_istio_pilot: cortexlabs/istio-pilot:0.11.0
image_istio_citadel: cortexlabs/istio-citadel:0.11.0
image_istio_galley: cortexlabs/istio-galley:0.11.0
image_predictor_serve: cortexlabs/predictor-serve:0.11.1
image_predictor_serve_gpu: cortexlabs/predictor-serve-gpu:0.11.1
image_tf_serve: cortexlabs/tf-serve:0.11.1
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.11.1
image_tf_api: cortexlabs/tf-api:0.11.1
image_onnx_serve: cortexlabs/onnx-serve:0.11.1
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.11.1
image_operator: cortexlabs/operator:0.11.1
image_manager: cortexlabs/manager:0.11.1
image_downloader: cortexlabs/downloader:0.11.1
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.11.1
image_metrics_server: cortexlabs/metrics-server:0.11.1
image_nvidia: cortexlabs/nvidia:0.11.1
image_fluentd: cortexlabs/fluentd:0.11.1
image_statsd: cortexlabs/statsd:0.11.1
image_istio_proxy: cortexlabs/istio-proxy:0.11.1
image_istio_pilot: cortexlabs/istio-pilot:0.11.1
image_istio_citadel: cortexlabs/istio-citadel:0.11.1
image_istio_galley: cortexlabs/istio-galley:0.11.1
```
2 changes: 1 addition & 1 deletion docs/deployments/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].0#egg=cortex\&subdirectory=pkg/workloads/cortex/client
pip install git+https://github.com/cortexlabs/[email protected].1#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 cluster info`.
Expand Down
2 changes: 1 addition & 1 deletion get-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

CORTEX_VERSION_BRANCH_STABLE=0.11.0
CORTEX_VERSION_BRANCH_STABLE=0.11.1

case "$OSTYPE" in
darwin*) parsed_os="darwin" ;;
Expand Down

0 comments on commit e1ecc5d

Please sign in to comment.