Skip to content

Commit

Permalink
add importing yaml library (kubeflow#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonmha authored Mar 25, 2021
1 parent e62a6c8 commit a45c49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/mnist/mnist_e2e_on_prem.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"from kubernetes import client as k8s_client\n",
"from kubernetes import config as k8s_config\n",
"from kubeflow.fairing.utils import is_running_in_k8s\n",
"import yaml",
"\n",
"pv_yaml = f'''\n",
"apiVersion: v1\n",
Expand Down

0 comments on commit a45c49f

Please sign in to comment.