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
Parameter servers and tensorboard instances deployed by the tfJob operator currently run tensorflow/tensorflow:1.3.0 by default. Customizing this at job time is possible by adding a tfImage: field to the job spec, e.g.
Users may prefer to configure the default tensorflow container at deploy- instead of job-time.
The proposed change is to allow the default image to be specified in the chart values.yaml permitting easy customization at deploy-time, such as with the following:
Parameter servers and tensorboard instances deployed by the tfJob operator currently run
tensorflow/tensorflow:1.3.0
by default. Customizing this at job time is possible by adding atfImage:
field to the job spec, e.g.Users may prefer to configure the default tensorflow container at deploy- instead of job-time.
The proposed change is to allow the default image to be specified in the chart values.yaml permitting easy customization at deploy-time, such as with the following:
helm install ${CHART} -n tf-job --wait --replace \ --set tfimage=tensorflow/tensorflow:1.4.0,...
The text was updated successfully, but these errors were encountered: