Skip to content

Commit

Permalink
Fix broken links in installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Oct 7, 2024
1 parent 254c7f5 commit 7aba600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/01_general/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $ docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi
Failed to initialize NVML: Unknown Error
```

> [!TIP] Solution found in https://stackoverflow.com/a/78137688
> [!TIP] Solution found in <https://stackoverflow.com/a/78137688>

```shell
sudo vim /etc/nvidia-container-runtime/config.toml
Expand All @@ -140,5 +140,5 @@ docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi

Based on:

1. https://bobcares.com/blog/docker-failed-to-initialize-nvml-unknown-error/
2. https://bbs.archlinux.org/viewtopic.php?id=266915
1. <https://bobcares.com/blog/docker-failed-to-initialize-nvml-unknown-error/>
2. <https://bbs.archlinux.org/viewtopic.php?id=266915>

0 comments on commit 7aba600

Please sign in to comment.