Skip to content

Commit 0b897af

Browse files
committed
Update stable version to 0.14.1
1 parent fca9dbb commit 0b897af

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

docs/cluster-management/config.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@ log_group: cortex
4747
spot: false
4848

4949
# docker image paths
50-
image_python_serve: cortexlabs/python-serve:0.14.0
51-
image_python_serve_gpu: cortexlabs/python-serve-gpu:0.14.0
52-
image_tf_serve: cortexlabs/tf-serve:0.14.0
53-
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.14.0
54-
image_tf_api: cortexlabs/tf-api:0.14.0
55-
image_onnx_serve: cortexlabs/onnx-serve:0.14.0
56-
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.14.0
57-
image_operator: cortexlabs/operator:0.14.0
58-
image_manager: cortexlabs/manager:0.14.0
59-
image_downloader: cortexlabs/downloader:0.14.0
60-
image_request_monitor: cortexlabs/request-monitor:0.14.0
61-
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.14.0
62-
image_metrics_server: cortexlabs/metrics-server:0.14.0
63-
image_nvidia: cortexlabs/nvidia:0.14.0
64-
image_fluentd: cortexlabs/fluentd:0.14.0
65-
image_statsd: cortexlabs/statsd:0.14.0
66-
image_istio_proxy: cortexlabs/istio-proxy:0.14.0
67-
image_istio_pilot: cortexlabs/istio-pilot:0.14.0
68-
image_istio_citadel: cortexlabs/istio-citadel:0.14.0
69-
image_istio_galley: cortexlabs/istio-galley:0.14.0
50+
image_python_serve: cortexlabs/python-serve:0.14.1
51+
image_python_serve_gpu: cortexlabs/python-serve-gpu:0.14.1
52+
image_tf_serve: cortexlabs/tf-serve:0.14.1
53+
image_tf_serve_gpu: cortexlabs/tf-serve-gpu:0.14.1
54+
image_tf_api: cortexlabs/tf-api:0.14.1
55+
image_onnx_serve: cortexlabs/onnx-serve:0.14.1
56+
image_onnx_serve_gpu: cortexlabs/onnx-serve-gpu:0.14.1
57+
image_operator: cortexlabs/operator:0.14.1
58+
image_manager: cortexlabs/manager:0.14.1
59+
image_downloader: cortexlabs/downloader:0.14.1
60+
image_request_monitor: cortexlabs/request-monitor:0.14.1
61+
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.14.1
62+
image_metrics_server: cortexlabs/metrics-server:0.14.1
63+
image_nvidia: cortexlabs/nvidia:0.14.1
64+
image_fluentd: cortexlabs/fluentd:0.14.1
65+
image_statsd: cortexlabs/statsd:0.14.1
66+
image_istio_proxy: cortexlabs/istio-proxy:0.14.1
67+
image_istio_pilot: cortexlabs/istio-pilot:0.14.1
68+
image_istio_citadel: cortexlabs/istio-citadel:0.14.1
69+
image_istio_galley: cortexlabs/istio-galley:0.14.1
7070
```

docs/dependency-management/system-packages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ mkdir my-api && cd my-api && touch Dockerfile
1414
The Docker images used to deploy your models are listed below. Based on the Cortex Predictor and compute type specified in your API configuration, choose a Cortex image to use as the base for your custom Docker image.
1515

1616
<!-- CORTEX_VERSION_README x5 -->
17-
* Python (CPU): cortexlabs/python-serve:0.14.0
18-
* Python (GPU): cortexlabs/python-serve-gpu:0.14.0
19-
* TensorFlow (CPU or GPU): cortexlabs/tf-api:0.14.0
20-
* ONNX (CPU): cortexlabs/onnx-serve:0.14.0
21-
* ONNX (GPU): cortexlabs/onnx-serve-gpu:0.14.0
17+
* Python (CPU): cortexlabs/python-serve:0.14.1
18+
* Python (GPU): cortexlabs/python-serve-gpu:0.14.1
19+
* TensorFlow (CPU or GPU): cortexlabs/tf-api:0.14.1
20+
* ONNX (CPU): cortexlabs/onnx-serve:0.14.1
21+
* ONNX (GPU): cortexlabs/onnx-serve-gpu:0.14.1
2222

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

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

31-
FROM cortexlabs/python-serve:0.14.0
31+
FROM cortexlabs/python-serve:0.14.1
3232

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

get-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
CORTEX_VERSION_BRANCH_STABLE=0.14.0
19+
CORTEX_VERSION_BRANCH_STABLE=0.14.1
2020

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

0 commit comments

Comments
 (0)