Skip to content

Commit 5d1853e

Browse files
committed
Update stable version to 0.10.2
1 parent dc4f348 commit 5d1853e

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

docs/cluster/config.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ cluster_name: cortex
3838
telemetry: true
3939

4040
# Image paths
41-
image_predictor_serve: cortexlabs/predictor-serve:0.10.1
42-
image_predictor_serve_gpu: cortexlabs/predictor-serve-gpu:0.10.1
43-
image_tf_serve: cortexlabs/tf-serve:0.10.1
44-
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.10.1
45-
image_tf_api: cortexlabs/tf-api:0.10.1
46-
image_onnx_serve: cortexlabs/onnx-serve:0.10.1
47-
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.10.1
48-
image_operator: cortexlabs/operator:0.10.1
49-
image_manager: cortexlabs/manager:0.10.1
50-
image_downloader: cortexlabs/downloader:0.10.1
51-
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.10.1
52-
image_metrics_server: cortexlabs/metrics-server:0.10.1
53-
image_nvidia: cortexlabs/nvidia:0.10.1
54-
image_fluentd: cortexlabs/fluentd:0.10.1
55-
image_statsd: cortexlabs/statsd:0.10.1
56-
image_istio_proxy: cortexlabs/istio-proxy:0.10.1
57-
image_istio_pilot: cortexlabs/istio-pilot:0.10.1
58-
image_istio_citadel: cortexlabs/istio-citadel:0.10.1
59-
image_istio_galley: cortexlabs/istio-galley:0.10.1
41+
image_predictor_serve: cortexlabs/predictor-serve:0.10.2
42+
image_predictor_serve_gpu: cortexlabs/predictor-serve-gpu:0.10.2
43+
image_tf_serve: cortexlabs/tf-serve:0.10.2
44+
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.10.2
45+
image_tf_api: cortexlabs/tf-api:0.10.2
46+
image_onnx_serve: cortexlabs/onnx-serve:0.10.2
47+
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.10.2
48+
image_operator: cortexlabs/operator:0.10.2
49+
image_manager: cortexlabs/manager:0.10.2
50+
image_downloader: cortexlabs/downloader:0.10.2
51+
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.10.2
52+
image_metrics_server: cortexlabs/metrics-server:0.10.2
53+
image_nvidia: cortexlabs/nvidia:0.10.2
54+
image_fluentd: cortexlabs/fluentd:0.10.2
55+
image_statsd: cortexlabs/statsd:0.10.2
56+
image_istio_proxy: cortexlabs/istio-proxy:0.10.2
57+
image_istio_pilot: cortexlabs/istio-pilot:0.10.2
58+
image_istio_citadel: cortexlabs/istio-citadel:0.10.2
59+
image_istio_galley: cortexlabs/istio-galley:0.10.2
6060
```

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].1#egg=cortex\&subdirectory=pkg/workloads/cortex/client
7+
pip install git+https://github.com/cortexlabs/[email protected].2#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.10.1
19+
CORTEX_VERSION_BRANCH_STABLE=0.10.2
2020

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

0 commit comments

Comments
 (0)