diff --git a/churn_server/function.yaml b/churn_server/function.yaml index 7a73c11a4..a447ecb38 100644 --- a/churn_server/function.yaml +++ b/churn_server/function.yaml @@ -29,7 +29,7 @@ spec: annotations: nuclio.io/generated_by: function generated from /User/functions/churn_server/churn_server.py spec: - runtime: python:3.6 + runtime: python:3.9 handler: churn_server:handler env: [] volumes: [] diff --git a/concept_drift_streaming/function.yaml b/concept_drift_streaming/function.yaml index 3001b1bf5..bf1171680 100644 --- a/concept_drift_streaming/function.yaml +++ b/concept_drift_streaming/function.yaml @@ -28,7 +28,7 @@ spec: annotations: nuclio.io/generated_by: function generated from /User/test/functions/concept_drift_streaming/concept_drift_streaming.py spec: - runtime: python:3.6 + runtime: python:3.9 handler: concept_drift_streaming:handler env: [] volumes: [] diff --git a/model_monitoring_stream/function.yaml b/model_monitoring_stream/function.yaml index 07a21c40b..aa285638b 100644 --- a/model_monitoring_stream/function.yaml +++ b/model_monitoring_stream/function.yaml @@ -251,7 +251,7 @@ spec: annotations: nuclio.io/generated_by: function generated from /home/michaell/projects/functions/model_monitoring_stream/model_monitoring_stream.py spec: - runtime: python:3.6 + runtime: python:3.9 handler: model_monitoring_stream:handler env: [] volumes: [] diff --git a/model_server/function.yaml b/model_server/function.yaml index 1539a3810..cb082c184 100644 --- a/model_server/function.yaml +++ b/model_server/function.yaml @@ -44,7 +44,7 @@ spec: - name: MODEL_CLASS value: ClassifierModel handler: model_server:handler - runtime: python:3.6 + runtime: python:3.9 volumes: [] source: '' function_kind: serving diff --git a/project_runner/function.yaml b/project_runner/function.yaml index 1c43fd3b1..21a2f7346 100644 --- a/project_runner/function.yaml +++ b/project_runner/function.yaml @@ -48,6 +48,6 @@ spec: noBaseImagesPull: true env: [] handler: project_runner:handler - runtime: python:3.6 + runtime: python:3.9 volumes: [] source: '' diff --git a/rnn_serving/function.yaml b/rnn_serving/function.yaml index 7a09e1f46..0078e4028 100644 --- a/rnn_serving/function.yaml +++ b/rnn_serving/function.yaml @@ -26,7 +26,7 @@ spec: annotations: nuclio.io/generated_by: function generated from /User/test/functions/rnn_serving/rnn_serving.py spec: - runtime: python:3.6 + runtime: python:3.9 handler: rnn_serving:handler env: [] volumes: [] diff --git a/stream_to_parquet/function.yaml b/stream_to_parquet/function.yaml index f8786cc92..13a76a2cb 100644 --- a/stream_to_parquet/function.yaml +++ b/stream_to_parquet/function.yaml @@ -26,7 +26,7 @@ spec: annotations: nuclio.io/generated_by: function generated from /User/test/functions/stream_to_parquet/stream_to_parquet.py spec: - runtime: python:3.6 + runtime: python:3.9 handler: stream_to_parquet:handler env: [] volumes: [] diff --git a/tf1_serving/function.yaml b/tf1_serving/function.yaml index e6a57c4b2..e9f9ef904 100644 --- a/tf1_serving/function.yaml +++ b/tf1_serving/function.yaml @@ -30,7 +30,7 @@ spec: annotations: nuclio.io/generated_by: function generated from /home/kali/functions/tf1_serving/tf1_serving.py spec: - runtime: python:3.6 + runtime: python:3.9 handler: tf1_serving:handler env: [] volumes: [] diff --git a/tf2_serving/function.yaml b/tf2_serving/function.yaml index a8fa7ce66..c755263ae 100644 --- a/tf2_serving/function.yaml +++ b/tf2_serving/function.yaml @@ -46,7 +46,7 @@ spec: - name: MODEL_CLASS value: TF2Model handler: tf2_serving:handler - runtime: python:3.6 + runtime: python:3.9 volumes: [] source: '' function_kind: serving \ No newline at end of file diff --git a/tf2_serving_v2/function.yaml b/tf2_serving_v2/function.yaml index 4dbe9f3fc..5287fa621 100644 --- a/tf2_serving_v2/function.yaml +++ b/tf2_serving_v2/function.yaml @@ -26,7 +26,7 @@ spec: annotations: nuclio.io/generated_by: function generated from /home/kali/functions/tf2_serving_v2/tf2_serving_v2.py spec: - runtime: python:3.6 + runtime: python:3.9 handler: tf2_serving_v2:handler env: [] volumes: [] diff --git a/v2_model_server/function.yaml b/v2_model_server/function.yaml index 53fb00ea1..e8a790a92 100644 --- a/v2_model_server/function.yaml +++ b/v2_model_server/function.yaml @@ -70,7 +70,7 @@ spec: annotations: nuclio.io/generated_by: function generated from /home/michaell/projects/functions/v2_model_server/v2_model_server.py spec: - runtime: python:3.6 + runtime: python:3.9 handler: v2_model_server:handler env: [] volumes: []