From 0b5df9dca4aa4a84886ada4931b3d52a0fff456b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 1 Oct 2024 03:27:59 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-foldingathome.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-foldingathome.md b/docs/images/docker-foldingathome.md index da6059c4b..82b3418b9 100644 --- a/docs/images/docker-foldingathome.md +++ b/docs/images/docker-foldingathome.md @@ -58,6 +58,10 @@ Hardware acceleration users for Nvidia will need to install the container runtim https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html 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. +## Read-Only Operation + +This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/). + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -269,7 +273,7 @@ Below are the instructions for updating containers: ### Image Update Notifications - Diun (Docker Image Update Notifier) -!!! tip +!!! tip We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.