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
Both MPI and Tensorflow need hostfile for its workers; and MPI job need more, e.g. ssh authentication. It's better to provide related plugins for different works.
The yaml file maybe similar as follow:
spec:
- pluginsssh: ["seed"]env: [""]
For example, if ssh is enabled, job controller should create related rsa public/private keys and mount them for ssh.
The text was updated successfully, but these errors were encountered:
Both MPI and Tensorflow need hostfile for its workers; and MPI job need more, e.g. ssh authentication. It's better to provide related plugins for different works.
The yaml file maybe similar as follow:
For example, if
ssh
is enabled, job controller should create related rsa public/private keys and mount them for ssh.The text was updated successfully, but these errors were encountered: