mirror of https://github.com/kubeflow/examples.git
10 lines
396 B
Plaintext
10 lines
396 B
Plaintext
{
|
|
// Warning: Do not define a global "image" as that will end up overriding
|
|
// the image parameter for all components. Define more specific names
|
|
// e.g. "dataflowImage", "trainerCpuImage", "trainerGpuImage",
|
|
workingDir: "gs://code-search-demo/20181104",
|
|
dataDir: "gs://code-search-demo/20181104/data",
|
|
project: "code-search-demo",
|
|
experiment: "demo-trainer-11-07-dist-sync-gpu",
|
|
}
|