Skip to content

Commit fd5f9ea

Browse files
Bot Updating Templated Files
1 parent f9b35c2 commit fd5f9ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Unlike v7, v8 no longer bundles a local webgui. The web app is loaded from an on
7878
### Nvidia
7979

8080
Hardware acceleration users for Nvidia will need to install the container runtime provided by Nvidia on their host, instructions can be found here:
81-
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
81+
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
8282
We automatically add the necessary environment variable that will utilise all the features available on a GPU on the host. Once nvidia container toolkit is installed on your host you will need to re/create the docker container with the nvidia container runtime `--runtime=nvidia` and add an environment variable `-e NVIDIA_VISIBLE_DEVICES=all` (can also be set to a specific gpu's UUID, this can be discovered by running `nvidia-smi --query-gpu=gpu_name,gpu_uuid --format=csv` ). NVIDIA automatically mounts the GPU and drivers from your host into the foldingathome docker container.
8383

8484
## Usage

0 commit comments

Comments
 (0)