2022-12-16 12:05:52 +00:00
|
|
|
# FastAPI-DLS
|
|
|
|
|
|
|
|
Minimal Licencing Servie.
|
2022-12-16 12:51:00 +00:00
|
|
|
|
2022-12-19 11:59:58 +00:00
|
|
|
## Installation
|
2022-12-16 12:51:00 +00:00
|
|
|
|
|
|
|
**The token file has to be copied! It's not enough to C&P file contents, because there can be special characters.**
|
2022-12-19 11:59:58 +00:00
|
|
|
|
|
|
|
### Linux
|
|
|
|
|
|
|
|
```shell
|
|
|
|
curl --insecure -X GET https://<hostname-or-ip-address>/client-token -o /etc/nvidia/ClientConfigToken/client_configuration_token.tok
|
|
|
|
service nvidia-gridd restart
|
|
|
|
nvidia-smi -q | grep "License"
|
|
|
|
```
|
|
|
|
|
|
|
|
### Windows
|
|
|
|
|
2022-12-19 12:10:43 +00:00
|
|
|
Download file and place it into `C:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken`.
|
2022-12-19 11:59:58 +00:00
|
|
|
Now restart `NvContainerLocalSystem` service.
|