You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* KUBEFLOW_NAMESPACE is used when deployed on Kubernetes, we use this variable to create other resources (e.g. the resource lock) internal in the same namespace. It is optional, use `default` namespace if not set.
57
+
- KUBEFLOW_NAMESPACE is used when deployed on Kubernetes, we use this variable to create other resources (e.g. the resource lock) internal in the same namespace. It is optional, use `default` namespace if not set.
58
58
59
59
### Create the TFJob CRD
60
60
@@ -87,11 +87,14 @@ On ubuntu the default go package appears to be gccgo-go which has problems see [
87
87
## Generate Python SDK
88
88
89
89
To generate Python SDK for the operator, run:
90
+
90
91
```
91
92
./hack/python-sdk/gen-sdk.sh
92
93
```
94
+
93
95
This command will re-generate the api and model files together with the documentation and model tests.
94
96
The following files/folders in `sdk/python` are auto-generated and should not be modified directly:
97
+
95
98
```
96
99
docs
97
100
kubeflow/training/models
@@ -103,15 +106,15 @@ test/*.py
103
106
104
107
### Python
105
108
106
-
* Use [yapf](https://github.com/google/yapf) to format Python code
107
-
*`yapf` style is configured in `.style.yapf` file
108
-
* To autoformat code
109
+
- Use [yapf](https://github.com/google/yapf) to format Python code
0 commit comments