mirror of https://github.com/kubeflow/examples.git
Fix #275 by changing the default mount path for the training data.
This commit is contained in:
parent
b0f9b4cfd0
commit
6edf7915f5
|
|
@ -35,7 +35,7 @@
|
||||||
},
|
},
|
||||||
"tf-training-job": {
|
"tf-training-job": {
|
||||||
image: 'lcastell/pets_object_detection',
|
image: 'lcastell/pets_object_detection',
|
||||||
mountPath: '/pets-data',
|
mountPath: '/pets_data',
|
||||||
name: 'tf-training-job',
|
name: 'tf-training-job',
|
||||||
numGpu: 0,
|
numGpu: 0,
|
||||||
numPs: 1,
|
numPs: 1,
|
||||||
|
|
@ -71,4 +71,4 @@
|
||||||
name: 'pets-model',
|
name: 'pets-model',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue