diff --git a/docs/cluster/config.md b/docs/cluster/config.md index 11771df974..a22c8c8821 100644 --- a/docs/cluster/config.md +++ b/docs/cluster/config.md @@ -38,23 +38,23 @@ cluster_name: cortex telemetry: true # Image paths -image_predictor_serve: cortexlabs/predictor-serve:0.10.0 -image_predictor_serve_gpu: cortexlabs/predictor-serve-gpu:0.10.0 -image_tf_serve: cortexlabs/tf-serve:0.10.0 -image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.10.0 -image_tf_api: cortexlabs/tf-api:0.10.0 -image_onnx_serve: cortexlabs/onnx-serve:0.10.0 -image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.10.0 -image_operator: cortexlabs/operator:0.10.0 -image_manager: cortexlabs/manager:0.10.0 -image_downloader: cortexlabs/downloader:0.10.0 -image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.10.0 -image_metrics_server: cortexlabs/metrics-server:0.10.0 -image_nvidia: cortexlabs/nvidia:0.10.0 -image_fluentd: cortexlabs/fluentd:0.10.0 -image_statsd: cortexlabs/statsd:0.10.0 -image_istio_proxy: cortexlabs/istio-proxy:0.10.0 -image_istio_pilot: cortexlabs/istio-pilot:0.10.0 -image_istio_citadel: cortexlabs/istio-citadel:0.10.0 -image_istio_galley: cortexlabs/istio-galley:0.10.0 +image_predictor_serve: cortexlabs/predictor-serve:0.10.1 +image_predictor_serve_gpu: cortexlabs/predictor-serve-gpu:0.10.1 +image_tf_serve: cortexlabs/tf-serve:0.10.1 +image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.10.1 +image_tf_api: cortexlabs/tf-api:0.10.1 +image_onnx_serve: cortexlabs/onnx-serve:0.10.1 +image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.10.1 +image_operator: cortexlabs/operator:0.10.1 +image_manager: cortexlabs/manager:0.10.1 +image_downloader: cortexlabs/downloader:0.10.1 +image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.10.1 +image_metrics_server: cortexlabs/metrics-server:0.10.1 +image_nvidia: cortexlabs/nvidia:0.10.1 +image_fluentd: cortexlabs/fluentd:0.10.1 +image_statsd: cortexlabs/statsd:0.10.1 +image_istio_proxy: cortexlabs/istio-proxy:0.10.1 +image_istio_pilot: cortexlabs/istio-pilot:0.10.1 +image_istio_citadel: cortexlabs/istio-citadel:0.10.1 +image_istio_galley: cortexlabs/istio-galley:0.10.1 ``` diff --git a/docs/deployments/python-client.md b/docs/deployments/python-client.md index fb0969cef8..1e8dee5419 100644 --- a/docs/deployments/python-client.md +++ b/docs/deployments/python-client.md @@ -4,7 +4,7 @@ The Python client can be used to programmatically deploy models to a Cortex Clus ```bash -pip install git+https://github.com/cortexlabs/cortex.git@v0.10.0#egg=cortex\&subdirectory=pkg/workloads/cortex/client +pip install git+https://github.com/cortexlabs/cortex.git@v0.10.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`. diff --git a/get-cli.sh b/get-cli.sh index 53caad27ce..e68f55ca1f 100755 --- a/get-cli.sh +++ b/get-cli.sh @@ -16,7 +16,7 @@ set -e -CORTEX_VERSION_BRANCH_STABLE=0.10.0 +CORTEX_VERSION_BRANCH_STABLE=0.10.1 case "$OSTYPE" in darwin*) parsed_os="darwin" ;;