Skip to content

Commit 5c04a0a

Browse files
committed
fixes
1 parent fb1558a commit 5c04a0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/openshift/howto-gpu-workloads.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,10 +589,10 @@ It may take some time for the Nvidia Operator and NFD to completely install and
589589
oc logs cuda-vector-add --tail=-1
590590
```
591591
592-
> [!NOTE]
593-
> If you get an error `Error from server (BadRequest): container "cuda-vector-add" in pod "cuda-vector-add" is waiting to start: ContainerCreating`, try running `oc delete pod cuda-vector-add` and then re-run the create statement above.
592+
> [!NOTE]
593+
> If you get an error `Error from server (BadRequest): container "cuda-vector-add" in pod "cuda-vector-add" is waiting to start: ContainerCreating`, try running `oc delete pod cuda-vector-add` and then re-run the create statement above.
594594
595-
The output should be similar to the following (depending on GPU):
595+
The output should be similar to the following (depending on GPU):
596596
597597
```bash
598598
[Vector addition of 5000 elements]
@@ -602,7 +602,7 @@ It may take some time for the Nvidia Operator and NFD to completely install and
602602
Test PASSED
603603
Done
604604
```
605-
If successful, the pod can be deleted:
605+
If successful, the pod can be deleted:
606606
607607
```bash
608608
oc delete pod cuda-vector-add

0 commit comments

Comments
 (0)