Skip to content

Commit f6e03ea

Browse files
committed
Update stable version to 0.15.1
1 parent cd1e9a8 commit f6e03ea

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

docs/cluster-management/config.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,24 @@ You can follow these [instructions](../deployments/system-packages.md) to build
5353
<!-- CORTEX_VERSION_BRANCH_STABLE -->
5454
```yaml
5555
# docker image paths
56-
image_python_serve: cortexlabs/python-serve:0.15.0
57-
image_python_serve_gpu: cortexlabs/python-serve-gpu:0.15.0
58-
image_tf_serve: cortexlabs/tf-serve:0.15.0
59-
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.15.0
60-
image_tf_api: cortexlabs/tf-api:0.15.0
61-
image_onnx_serve: cortexlabs/onnx-serve:0.15.0
62-
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.15.0
63-
image_operator: cortexlabs/operator:0.15.0
64-
image_manager: cortexlabs/manager:0.15.0
65-
image_downloader: cortexlabs/downloader:0.15.0
66-
image_request_monitor: cortexlabs/request-monitor:0.15.0
67-
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.15.0
68-
image_metrics_server: cortexlabs/metrics-server:0.15.0
69-
image_nvidia: cortexlabs/nvidia:0.15.0
70-
image_fluentd: cortexlabs/fluentd:0.15.0
71-
image_statsd: cortexlabs/statsd:0.15.0
72-
image_istio_proxy: cortexlabs/istio-proxy:0.15.0
73-
image_istio_pilot: cortexlabs/istio-pilot:0.15.0
74-
image_istio_citadel: cortexlabs/istio-citadel:0.15.0
75-
image_istio_galley: cortexlabs/istio-galley:0.15.0
56+
image_python_serve: cortexlabs/python-serve:0.15.1
57+
image_python_serve_gpu: cortexlabs/python-serve-gpu:0.15.1
58+
image_tf_serve: cortexlabs/tf-serve:0.15.1
59+
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.15.1
60+
image_tf_api: cortexlabs/tf-api:0.15.1
61+
image_onnx_serve: cortexlabs/onnx-serve:0.15.1
62+
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.15.1
63+
image_operator: cortexlabs/operator:0.15.1
64+
image_manager: cortexlabs/manager:0.15.1
65+
image_downloader: cortexlabs/downloader:0.15.1
66+
image_request_monitor: cortexlabs/request-monitor:0.15.1
67+
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.15.1
68+
image_metrics_server: cortexlabs/metrics-server:0.15.1
69+
image_nvidia: cortexlabs/nvidia:0.15.1
70+
image_fluentd: cortexlabs/fluentd:0.15.1
71+
image_statsd: cortexlabs/statsd:0.15.1
72+
image_istio_proxy: cortexlabs/istio-proxy:0.15.1
73+
image_istio_pilot: cortexlabs/istio-pilot:0.15.1
74+
image_istio_citadel: cortexlabs/istio-citadel:0.15.1
75+
image_istio_galley: cortexlabs/istio-galley:0.15.1
7676
```

docs/deployments/system-packages.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The Docker images used to deploy your models are listed below. Based on the Cort
1515
### Base Cortex images for model serving
1616

1717
<!-- CORTEX_VERSION_BRANCH_STABLE x5 -->
18-
* Python (CPU): cortexlabs/python-serve:0.15.0
19-
* Python (GPU): cortexlabs/python-serve-gpu:0.15.0
20-
* TensorFlow (CPU or GPU): cortexlabs/tf-api:0.15.0
21-
* ONNX (CPU): cortexlabs/onnx-serve:0.15.0
22-
* ONNX (GPU): cortexlabs/onnx-serve-gpu:0.15.0
18+
* Python (CPU): cortexlabs/python-serve:0.15.1
19+
* Python (GPU): cortexlabs/python-serve-gpu:0.15.1
20+
* TensorFlow (CPU or GPU): cortexlabs/tf-api:0.15.1
21+
* ONNX (CPU): cortexlabs/onnx-serve:0.15.1
22+
* ONNX (GPU): cortexlabs/onnx-serve-gpu:0.15.1
2323

2424
Note that the Docker image version must match your cluster version displayed in `cortex version`.
2525

@@ -29,7 +29,7 @@ The sample Dockerfile below inherits from Cortex's Python CPU serving image and
2929
```dockerfile
3030
# Dockerfile
3131

32-
FROM cortexlabs/python-serve:0.15.0
32+
FROM cortexlabs/python-serve:0.15.1
3333

3434
RUN apt-get update \
3535
&& apt-get install -y tree \

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.15.0
19+
CORTEX_VERSION_BRANCH_STABLE=0.15.1
2020

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

0 commit comments

Comments
 (0)