mirror of https://github.com/kubeflow/examples.git
Add memory limit (#552)
This aids GKE autoprovisioning in creation of appropriate node sizes
This commit is contained in:
parent
ed38a1a35c
commit
1ebcd33881
|
@ -55,6 +55,7 @@ def gh_summ( #pylint: disable=unused-argument
|
|||
)
|
||||
serve.after(train)
|
||||
train.set_gpu_limit(4)
|
||||
train.set_memory_limit('48G')
|
||||
|
||||
with dsl.Condition(train.output == 'true'):
|
||||
webapp = dsl.ContainerOp(
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue