From a2caa9f4ec9dd12fb8eede2bb7692e81c89a9fec Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Thu, 14 Mar 2024 20:37:53 +1300 Subject: [PATCH] Add missing NVIDIA_DRIVER_VERSION variable to .env template This is used when nvidia container toolkit is not used --- docs/compose-files/.env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/compose-files/.env b/docs/compose-files/.env index 150b45e..6f9697a 100644 --- a/docs/compose-files/.env +++ b/docs/compose-files/.env @@ -111,3 +111,8 @@ NVIDIA_DRIVER_CAPABILITIES='all' ## Description: Controls which GPUs will be made accessible inside the container. ## Supported Modes: ['primary', 'secondary'] NVIDIA_VISIBLE_DEVICES='all' +## NVIDIA_DRIVER_VERSION: +## Description: Specify a driver version to force installation. Requires DOCKER_RUNTIME to be 'runc'. +## Detect current host driver installed with `nvidia-smi 2> /dev/null | grep NVIDIA-SMI | cut -d ' ' -f3` +## Supported Modes: ['primary', 'secondary'] +#NVIDIA_DRIVER_VERSION='535.161.07'