Skip to content

Commit e798986

Browse files
authored
Update how-to-interactive-jobs.md
1 parent 1da278d commit e798986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Interactive training is supported on **AzureML Compute Cluster** and **Azure Arc
2626
- Make sure your job environment has the `openssh-server` and `ipykernel ~=6.0` packages installed (all AzureML curated training environments have these packages installed by default).
2727
- 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.
2828

29-
![screenshot supported-distribution-types](media/interactive-jobs/supported-distribution-types.png)
29+
![screenshot supported-distribution-types](media/interactive-jobs/supported-distribution-types.png)
3030

3131
## Interact with your job container
3232

@@ -232,7 +232,7 @@ To submit a job with a debugger attached and the execution paused, you can use d
232232

233233
3. Use the "Remote Attach" debug configuration to attach to the submitted job and pass in the path and port you configured in your job submission command. You can also find this information on the job details page.
234234

235-
![screenshot debug-path-and-port](./media/interactive-jobs/debug-path-and-port.png)
235+
![screenshot debug-path-and-port](./media/interactive-jobs/debug-path-and-port.png)
236236

237237
![screenshot remote-attach](./media/interactive-jobs/remote-attach.png)
238238

0 commit comments

Comments
 (0)