Minimal Delegated License Service (DLS). This is a mirrored repo from https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.
Go to file
2022-12-19 15:53:15 +01:00
app code styling 2022-12-19 15:53:15 +01:00
doc README.md, ToDo.md and added some docs 2022-12-16 13:51:00 +01:00
.codeclimate.yml .codeclimate, .editorconfig, .gitignore 2022-12-16 13:50:34 +01:00
.editorconfig .codeclimate, .editorconfig, .gitignore 2022-12-16 13:50:34 +01:00
.gitignore .gitignore 2022-12-19 13:20:33 +01:00
.gitlab-ci.yml Dockerfile & .gitlab-ci.yaml 2022-12-16 13:55:17 +01:00
Dockerfile Dockerfile - temporary added uvicorn ssl support (in future releases uvicorn listens to http and tls termination should be done by a proxy like traefik) 2022-12-19 14:33:23 +01:00
README.md typos 2022-12-19 13:10:43 +01:00
requirements.txt requirements.txt - added "python-dateutil" 2022-12-19 12:59:40 +01:00
ToDo.md README.md, ToDo.md and added some docs 2022-12-16 13:51:00 +01:00

FastAPI-DLS

Minimal Licencing Servie.

Installation

The token file has to be copied! It's not enough to C&P file contents, because there can be special characters.

Linux

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

Download file and place it into C:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken. Now restart NvContainerLocalSystem service.