Skip to content

Commit e1ecc5d

Browse files
committed
Update stable version to 0.11.1
1 parent a391ed6 commit e1ecc5d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

docs/cluster-management/config.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,23 @@ spot_config:
6363
instance_pools: 2
6464

6565
# docker image paths
66-
image_predictor_serve: cortexlabs/predictor-serve:0.11.0
67-
image_predictor_serve_gpu: cortexlabs/predictor-serve-gpu:0.11.0
68-
image_tf_serve: cortexlabs/tf-serve:0.11.0
69-
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.11.0
70-
image_tf_api: cortexlabs/tf-api:0.11.0
71-
image_onnx_serve: cortexlabs/onnx-serve:0.11.0
72-
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.11.0
73-
image_operator: cortexlabs/operator:0.11.0
74-
image_manager: cortexlabs/manager:0.11.0
75-
image_downloader: cortexlabs/downloader:0.11.0
76-
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.11.0
77-
image_metrics_server: cortexlabs/metrics-server:0.11.0
78-
image_nvidia: cortexlabs/nvidia:0.11.0
79-
image_fluentd: cortexlabs/fluentd:0.11.0
80-
image_statsd: cortexlabs/statsd:0.11.0
81-
image_istio_proxy: cortexlabs/istio-proxy:0.11.0
82-
image_istio_pilot: cortexlabs/istio-pilot:0.11.0
83-
image_istio_citadel: cortexlabs/istio-citadel:0.11.0
84-
image_istio_galley: cortexlabs/istio-galley:0.11.0
66+
image_predictor_serve: cortexlabs/predictor-serve:0.11.1
67+
image_predictor_serve_gpu: cortexlabs/predictor-serve-gpu:0.11.1
68+
image_tf_serve: cortexlabs/tf-serve:0.11.1
69+
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.11.1
70+
image_tf_api: cortexlabs/tf-api:0.11.1
71+
image_onnx_serve: cortexlabs/onnx-serve:0.11.1
72+
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.11.1
73+
image_operator: cortexlabs/operator:0.11.1
74+
image_manager: cortexlabs/manager:0.11.1
75+
image_downloader: cortexlabs/downloader:0.11.1
76+
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.11.1
77+
image_metrics_server: cortexlabs/metrics-server:0.11.1
78+
image_nvidia: cortexlabs/nvidia:0.11.1
79+
image_fluentd: cortexlabs/fluentd:0.11.1
80+
image_statsd: cortexlabs/statsd:0.11.1
81+
image_istio_proxy: cortexlabs/istio-proxy:0.11.1
82+
image_istio_pilot: cortexlabs/istio-pilot:0.11.1
83+
image_istio_citadel: cortexlabs/istio-citadel:0.11.1
84+
image_istio_galley: cortexlabs/istio-galley:0.11.1
8585
```

docs/deployments/python-client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Python client can be used to programmatically deploy models to a Cortex Clus
44

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

1010
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`.

get-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
CORTEX_VERSION_BRANCH_STABLE=0.11.0
19+
CORTEX_VERSION_BRANCH_STABLE=0.11.1
2020

2121
case "$OSTYPE" in
2222
darwin*) parsed_os="darwin" ;;

0 commit comments

Comments
 (0)