Skip to content

Commit 52c9842

Browse files
Bot Updating Templated Files
1 parent 230d900 commit 52c9842

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Hardware acceleration users for Nvidia will need to install the container runtim
8181
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

84-
8584
## Read-Only Operation
8685

8786
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
@@ -90,6 +89,9 @@ This image can be run with a read-only container filesystem. For details please
9089

9190
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
9291

92+
>[!NOTE]
93+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
94+
9395
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
9496

9597
```yaml

0 commit comments

Comments
 (0)