From 262312b5122ce7914e9a73f6a1dd1f9421de2da4 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 25 Feb 2025 11:21:59 +0100 Subject: [PATCH 1/2] requirements.txt updated --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 20e0e53..6faecca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -fastapi==0.115.6 +fastapi==0.115.8 uvicorn[standard]==0.34.0 -python-jose==3.3.0 +python-jose==3.4.0 pycryptodome==3.21.0 python-dateutil==2.8.2 -sqlalchemy==2.0.37 +sqlalchemy==2.0.38 markdown==3.7 python-dotenv==1.0.1 From ca25349a6875002d1b98aa6b95a54d4298583a0e Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Sun, 9 Mar 2025 21:37:29 +0100 Subject: [PATCH 2/2] added notes about 18.x branch --- README.md | 5 ++++- doc/Reverse Engineering Notes.md | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c63005..77e69cc 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ Minimal Delegated License Service (DLS). -Compatibility tested with official NLS 2.0.1, 2.1.0, 3.1.0, 3.3.1, 3.4.0. For Driver compatibility +> Compatibility tested with official NLS 2.0.1, 2.1.0, 3.1.0, 3.3.1, 3.4.0. For Driver compatibility see [compatibility matrix](#vgpu-software-compatibility-matrix). +Drivers are only supported until **17.x releases**. This service can be used without internet connection. Only the clients need a connection to this service on configured port. @@ -731,6 +732,8 @@ The error message can safely be ignored (since we have no license limitation :P) # vGPU Software Compatibility Matrix +**18.x Drivers are not supported on FastAPI-DLS Versions < 1.6.0** + Successfully tested with this package versions. | vGPU Suftware | Driver Branch | Linux vGPU Manager | Linux Driver | Windows Driver | Release Date | EOL Date | diff --git a/doc/Reverse Engineering Notes.md b/doc/Reverse Engineering Notes.md index 0233a64..b2624be 100644 --- a/doc/Reverse Engineering Notes.md +++ b/doc/Reverse Engineering Notes.md @@ -1,5 +1,7 @@ # Reverse Engineering Notes +[[_TOC_]] + # Usefully commands ## Check licensing status @@ -29,6 +31,8 @@ nvidia-gridd[2986]: License acquired successfully. (Info: license.nvidia.space, # DLS-Container File-System (Docker) +- More about Docker Images https://git.collinwebdesigns.de/nvidia/nls + ## Configuration data Most variables and configs are stored in `/var/lib/docker/volumes/configurations/_data`.