Fix #275 by changing the default mount path for the training data.
This commit is contained in:
Konstantinos Samaras-Tsakiris 2018-10-22 22:14:13 +03:00 committed by k8s-ci-robot
parent b0f9b4cfd0
commit 6edf7915f5
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
},
"tf-training-job": {
image: 'lcastell/pets_object_detection',
mountPath: '/pets-data',
mountPath: '/pets_data',
name: 'tf-training-job',
numGpu: 0,
numPs: 1,
@ -71,4 +71,4 @@
name: 'pets-model',
},
},
}
}