Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion churn_server/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion concept_drift_streaming/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion model_monitoring_stream/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion model_server/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project_runner/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ spec:
noBaseImagesPull: true
env: []
handler: project_runner:handler
runtime: python:3.6
runtime: python:3.9
volumes: []
source: ''
2 changes: 1 addition & 1 deletion rnn_serving/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion stream_to_parquet/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion tf1_serving/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion tf2_serving/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tf2_serving_v2/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion v2_model_server/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down