Skip to content

Commit

Permalink
remove nvidia-smi result
Browse files Browse the repository at this point in the history
  • Loading branch information
ryichando committed Dec 21, 2024
1 parent 8dba188 commit f27d650
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,30 +253,6 @@ Next, we'll make sure that a NVIDIA driver is visible from the Docker container.
nvidia-smi
```
If successful, this will get back to you with something like this
```
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.105.17 Driver Version: 525.105.17 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... On | 00000000:C1:00.0 Off | Off |
| 64% 51C P2 188W / 450W | 4899MiB / 24564MiB | 91% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
+-----------------------------------------------------------------------------+

```
> [!NOTE]
> If an error occurs 🥵, ensure that `nvidia-smi` is working on your host. For Linux users, make sure the NVIDIA Container Toolkit is properly installed. If the issue persists, try running `sudo service docker restart` on your host to resolve it.
Expand Down

0 comments on commit f27d650

Please sign in to comment.