fastapi-dls/README.md

21 lines
558 B
Markdown
Raw Normal View History

2022-12-16 12:05:52 +00:00
# FastAPI-DLS
Minimal Licencing Servie.
2022-12-16 12:51:00 +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.**
### 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`.
Now restart `NvContainerLocalSystem` service.