@@ -37,23 +37,23 @@ export CORTEX_NODES_MIN=2
37
37
export CORTEX_NODES_MAX=5
38
38
39
39
# Image paths
40
- export CORTEX_IMAGE_MANAGER=" cortexlabs/manager:0.9.0 "
41
- export CORTEX_IMAGE_FLUENTD=" cortexlabs/fluentd:0.9.0 "
42
- export CORTEX_IMAGE_STATSD=" cortexlabs/statsd:0.9.0 "
43
- export CORTEX_IMAGE_OPERATOR=" cortexlabs/operator:0.9.0 "
44
- export CORTEX_IMAGE_TF_SERVE=" cortexlabs/tf-serve:0.9.0 "
45
- export CORTEX_IMAGE_TF_API=" cortexlabs/tf-api:0.9.0 "
46
- export CORTEX_IMAGE_TF_SERVE_GPU=" cortexlabs/tf-serve-gpu:0.9.0 "
47
- export CORTEX_IMAGE_ONNX_SERVE=" cortexlabs/onnx-serve:0.9.0 "
48
- export CORTEX_IMAGE_ONNX_SERVE_GPU=" cortexlabs/onnx-serve-gpu:0.9.0 "
49
- export CORTEX_IMAGE_CLUSTER_AUTOSCALER=" cortexlabs/cluster-autoscaler:0.9.0 "
50
- export CORTEX_IMAGE_NVIDIA=" cortexlabs/nvidia:0.9.0 "
51
- export CORTEX_IMAGE_METRICS_SERVER=" cortexlabs/metrics-server:0.9.0 "
52
- export CORTEX_IMAGE_ISTIO_PROXY=" cortexlabs/istio-proxy:0.9.0 "
53
- export CORTEX_IMAGE_ISTIO_PILOT=" cortexlabs/istio-pilot:0.9.0 "
54
- export CORTEX_IMAGE_ISTIO_CITADEL=" cortexlabs/istio-citadel:0.9.0 "
55
- export CORTEX_IMAGE_ISTIO_GALLEY=" cortexlabs/istio-galley:0.9.0 "
56
- export CORTEX_IMAGE_DOWNLOADER=" cortexlabs/downloader:0.9.0 "
40
+ export CORTEX_IMAGE_MANAGER=" cortexlabs/manager:0.9.1 "
41
+ export CORTEX_IMAGE_FLUENTD=" cortexlabs/fluentd:0.9.1 "
42
+ export CORTEX_IMAGE_STATSD=" cortexlabs/statsd:0.9.1 "
43
+ export CORTEX_IMAGE_OPERATOR=" cortexlabs/operator:0.9.1 "
44
+ export CORTEX_IMAGE_TF_SERVE=" cortexlabs/tf-serve:0.9.1 "
45
+ export CORTEX_IMAGE_TF_API=" cortexlabs/tf-api:0.9.1 "
46
+ export CORTEX_IMAGE_TF_SERVE_GPU=" cortexlabs/tf-serve-gpu:0.9.1 "
47
+ export CORTEX_IMAGE_ONNX_SERVE=" cortexlabs/onnx-serve:0.9.1 "
48
+ export CORTEX_IMAGE_ONNX_SERVE_GPU=" cortexlabs/onnx-serve-gpu:0.9.1 "
49
+ export CORTEX_IMAGE_CLUSTER_AUTOSCALER=" cortexlabs/cluster-autoscaler:0.9.1 "
50
+ export CORTEX_IMAGE_NVIDIA=" cortexlabs/nvidia:0.9.1 "
51
+ export CORTEX_IMAGE_METRICS_SERVER=" cortexlabs/metrics-server:0.9.1 "
52
+ export CORTEX_IMAGE_ISTIO_PROXY=" cortexlabs/istio-proxy:0.9.1 "
53
+ export CORTEX_IMAGE_ISTIO_PILOT=" cortexlabs/istio-pilot:0.9.1 "
54
+ export CORTEX_IMAGE_ISTIO_CITADEL=" cortexlabs/istio-citadel:0.9.1 "
55
+ export CORTEX_IMAGE_ISTIO_GALLEY=" cortexlabs/istio-galley:0.9.1 "
56
+ export CORTEX_IMAGE_DOWNLOADER=" cortexlabs/downloader:0.9.1 "
57
57
58
58
# Flag to enable collecting error reports and usage stats. If flag is not set to either "true" or "false", you will be prompted.
59
59
export CORTEX_ENABLE_TELEMETRY=" "
0 commit comments