Skip to content

Commit 5177d0e

Browse files
authored
Update articles/machine-learning/how-to-interactive-jobs.md
1 parent fc4ae54 commit 5177d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ To submit a job with a debugger attached and the execution paused, you can use d
229229

230230
1. During job submission (either through the UI, the CLIv2 or the SDKv2) use the debugpy command to run your python script. For example, the below screenshot shows a sample command that uses debugpy to attach the debugger for a tensorflow script (`tfevents.py` can be replaced with the name of your training script).
231231

232-
![screenshot use-debugpy](./media/interactive-jobs/use-debugpy.png)
232+
![screenshot use-debugpy](./media/interactive-jobs/use-debugpy.png)
233233

234234
2. Once the job has been submitted, [connect to the VS Code](./how-to-interactive-jobs.md#connect-to-endpoints), and click on the in-built debugger.
235235

0 commit comments

Comments
 (0)