Skip to content

Commit f48a933

Browse files
committed
Update stable version to 0.16.1
1 parent c986f21 commit f48a933

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

docs/cluster-management/config.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@ The docker images used by the Cortex cluster can also be overriden, although thi
7575
<!-- CORTEX_VERSION_BRANCH_STABLE -->
7676
```yaml
7777
# docker image paths
78-
image_operator: cortexlabs/operator:0.16.0
79-
image_manager: cortexlabs/manager:0.16.0
80-
image_downloader: cortexlabs/downloader:0.16.0
81-
image_request_monitor: cortexlabs/request-monitor:0.16.0
82-
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.16.0
83-
image_metrics_server: cortexlabs/metrics-server:0.16.0
84-
image_nvidia: cortexlabs/nvidia:0.16.0
85-
image_fluentd: cortexlabs/fluentd:0.16.0
86-
image_statsd: cortexlabs/statsd:0.16.0
87-
image_istio_proxy: cortexlabs/istio-proxy:0.16.0
88-
image_istio_pilot: cortexlabs/istio-pilot:0.16.0
89-
image_istio_citadel: cortexlabs/istio-citadel:0.16.0
90-
image_istio_galley: cortexlabs/istio-galley:0.16.0
78+
image_operator: cortexlabs/operator:0.16.1
79+
image_manager: cortexlabs/manager:0.16.1
80+
image_downloader: cortexlabs/downloader:0.16.1
81+
image_request_monitor: cortexlabs/request-monitor:0.16.1
82+
image_cluster_autoscaler: cortexlabs/cluster-autoscaler:0.16.1
83+
image_metrics_server: cortexlabs/metrics-server:0.16.1
84+
image_nvidia: cortexlabs/nvidia:0.16.1
85+
image_fluentd: cortexlabs/fluentd:0.16.1
86+
image_statsd: cortexlabs/statsd:0.16.1
87+
image_istio_proxy: cortexlabs/istio-proxy:0.16.1
88+
image_istio_pilot: cortexlabs/istio-pilot:0.16.1
89+
image_istio_citadel: cortexlabs/istio-citadel:0.16.1
90+
image_istio_galley: cortexlabs/istio-galley:0.16.1
9191
```

docs/deployments/system-packages.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ mkdir my-api && cd my-api && touch Dockerfile
4848
Cortex's base Docker images are listed below. Depending on the Cortex Predictor and compute type specified in your API configuration, choose one of these images to use as the base for your Docker image:
4949

5050
<!-- CORTEX_VERSION_BRANCH_STABLE x5 -->
51-
* Python Predictor (CPU): `cortexlabs/python-predictor-cpu-slim:0.16.0`
52-
* Python Predictor (GPU): `cortexlabs/python-predictor-gpu-slim:0.16.0`
53-
* TensorFlow Predictor (CPU and GPU): `cortexlabs/tensorflow-predictor-slim:0.16.0`
54-
* ONNX Predictor (CPU): `cortexlabs/onnx-predictor-cpu-slim:0.16.0`
55-
* ONNX Predictor (GPU): `cortexlabs/onnx-predictor-gpu-slim:0.16.0`
51+
* Python Predictor (CPU): `cortexlabs/python-predictor-cpu-slim:0.16.1`
52+
* Python Predictor (GPU): `cortexlabs/python-predictor-gpu-slim:0.16.1`
53+
* TensorFlow Predictor (CPU and GPU): `cortexlabs/tensorflow-predictor-slim:0.16.1`
54+
* ONNX Predictor (CPU): `cortexlabs/onnx-predictor-cpu-slim:0.16.1`
55+
* ONNX Predictor (GPU): `cortexlabs/onnx-predictor-gpu-slim:0.16.1`
5656

5757
Note: the images listed above use the `-slim` suffix; Cortex's default API images are not `-slim`, since they have additional dependencies installed to cover common use cases. If you are building your own Docker image, starting with a `-slim` Predictor image will result in a smaller image size.
5858

@@ -62,7 +62,7 @@ The sample Dockerfile below inherits from Cortex's Python CPU serving image and
6262
```dockerfile
6363
# Dockerfile
6464

65-
FROM cortexlabs/python-predictor-cpu-slim:0.16.0
65+
FROM cortexlabs/python-predictor-cpu-slim:0.16.1
6666

6767
RUN apt-get update \
6868
&& 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.16.0
19+
CORTEX_VERSION_BRANCH_STABLE=0.16.1
2020

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

0 commit comments

Comments
 (0)