Skip to content

Commit edb299b

Browse files
committed
Learn Editor: Update how-to-interactive-jobs.md
1 parent 2fe6eff commit edb299b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Interactive training is supported on **Azure Machine Learning Compute Clusters**
3131
- To use **VS Code**, [follow this guide](how-to-setup-vs-code.md) to set up the Azure Machine Learning extension.
3232
- Make sure your job environment has the `openssh-server` and `ipykernel ~=6.0` packages installed (all Azure Machine Learning curated training environments have these packages installed by default).
3333
- Interactive applications can't be enabled on distributed training runs where the distribution type is anything other than Pytorch, Tensorflow or MPI. Custom distributed training setup (configuring multi-node training without using the above distribution frameworks) is not currently supported.
34-
- To use SSH, you will need an SSH key pair. You can use the `ssh-keygen -f "<filepath>"` command to generate a public and private key pair.
34+
- To use SSH, you need an SSH key pair. You can use the `ssh-keygen -f "<filepath>"` command to generate a public and private key pair.
3535

3636
## Interact with your job container
3737

@@ -182,6 +182,12 @@ To interact with your running job, click the button **Debug and monitor** on the
182182

183183

184184

185+
186+
187+
188+
189+
190+
185191
Clicking the applications in the panel opens a new tab for the applications. You can access the applications only when they are in **Running** status and only the **job owner** is authorized to access the applications. If you're training on multiple nodes, you can pick the specific node you would like to interact with.
186192

187193
:::image type="content" source="media/interactive-jobs/interactive-jobs-application-list.png" alt-text="Screenshot of interactive jobs right panel information. Information content will vary depending on the user's data.":::

0 commit comments

Comments
 (0)