You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/openshift/howto-gpu-workloads.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -589,10 +589,10 @@ It may take some time for the Nvidia Operator and NFD to completely install and
589
589
oc logs cuda-vector-add --tail=-1
590
590
```
591
591
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.
594
594
595
-
The output should be similar to the following (depending on GPU):
595
+
The output should be similar to the following (depending on GPU):
596
596
597
597
```bash
598
598
[Vector addition of 5000 elements]
@@ -602,7 +602,7 @@ It may take some time for the Nvidia Operator and NFD to completely install and
0 commit comments