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'