From 2aa0a1bc218dcd279ea84af3249f04e9fbc18422 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 19 Dec 2022 12:59:58 +0100 Subject: [PATCH] README.md - updated installation section --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6232612..49f6720 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,19 @@ Minimal Licencing Servie. - -## Get token file +## Installation **The token file has to be copied! It's not enough to C&P file contents, because there can be special characters.** + +### Linux + +```shell +curl --insecure -X GET https:///client-token -o /etc/nvidia/ClientConfigToken/client_configuration_token.tok +service nvidia-gridd restart +nvidia-smi -q | grep "License" +``` + +### Windows + +Download file and place it into `:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken`. +Now restart `NvContainerLocalSystem` service.