forked from oscar.krause/fastapi-dls
README.md - added windows license key installation from powershell
This commit is contained in:
parent
478ca0ab63
commit
b0e10004f1
@ -318,6 +318,14 @@ nvidia-smi -q | grep "License"
|
|||||||
Download file and place it into `C:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken`.
|
Download file and place it into `C:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken`.
|
||||||
Now restart `NvContainerLocalSystem` service.
|
Now restart `NvContainerLocalSystem` service.
|
||||||
|
|
||||||
|
**Power-Shell**
|
||||||
|
|
||||||
|
```Shell
|
||||||
|
curl.exe --insecure -X GET https://<dls-hostname-or-ip>/client-token -o "C:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken\client_configuration_token_$($(Get-Date).tostring('dd-MM-yy-hh-mm-ss')).tok"
|
||||||
|
Restart-Service NVDisplay.ContainerLocalSystem
|
||||||
|
'C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe' -q | Select-String "License"
|
||||||
|
```
|
||||||
|
|
||||||
# Troubleshoot
|
# Troubleshoot
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user