From 3a1b356dced5e5393c5eb964fcb8cc953cdbf87f Mon Sep 17 00:00:00 2001 From: Ning Gao Date: Wed, 31 Jul 2019 09:38:27 -0700 Subject: [PATCH] minor fix --- content/docs/pipelines/sdk/gcp/preemptible.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/pipelines/sdk/gcp/preemptible.md b/content/docs/pipelines/sdk/gcp/preemptible.md index daeb97fa8f..db741d1abc 100644 --- a/content/docs/pipelines/sdk/gcp/preemptible.md +++ b/content/docs/pipelines/sdk/gcp/preemptible.md @@ -254,7 +254,7 @@ For example: flip = FlipCoinOp().set_gpu_limit(1, 'nvidia').apply(gcp.use_preemptible_nodepool()) if __name__ == '__main__': import kfp.compiler as compiler - compiler.Compiler().compile(flipcoin, __file__ + '. + compiler.Compiler().compile(flipcoin, __file__ + '.zip') ## Comparison with Cloud AI Platform Training service @@ -311,4 +311,4 @@ running preemptible VMs or GPUs: ## Next steps * Explore further options for [customizing Kubeflow on GCP](/docs/gke/). -* See how to [build pipelines with the SDK](/docs/pipelines/sdk/). \ No newline at end of file +* See how to [build pipelines with the SDK](/docs/pipelines/sdk/).