Skip to content

Commit ad20eea

Browse files
authored
Update how-to-interactive-jobs.md
1 parent 0dbbcfa commit ad20eea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ By specifying interactive applications at job creation, you can connect directly
5454
:::image type="content" source="./media/interactive-jobs/sleep-command.png" alt-text="Screenshot of reviewing a drafted job and completing the creation.":::
5555

5656
You can put `sleep <specific time>` at the end of your command to specify the amount of time you want to reserve the compute resource. The format follows:
57-
* sleep 1s
58-
* sleep 1m
59-
* sleep 1h
60-
* sleep 1d
57+
* sleep 1s
58+
* sleep 1m
59+
* sleep 1h
60+
* sleep 1d
6161

6262
You can also use the ```sleep infinity``` command that would keep the job alive indefinitely.
6363

0 commit comments

Comments
 (0)