From 7480cb4cf7e0f9ab833a8aca58290919094f7baa Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Thu, 13 Jul 2023 06:46:27 +0200 Subject: [PATCH 1/6] added linkt to driver compatibility section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c015f78..ece6be6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Minimal Delegated License Service (DLS). -Compatibility tested with official NLS 2.0.1, 2.1.0, 3.1.0. +Compatibility tested with official NLS 2.0.1, 2.1.0, 3.1.0. For Driver compatibility see [here](#setup-client). This service can be used without internet connection. Only the clients need a connection to this service on configured port. From 3e9d7c006185b623b0bf319b9b066d8c890a3fd7 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 26 Sep 2023 07:08:12 +0200 Subject: [PATCH 2/6] added Docker supported system architectures --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece6be6..9f60b16 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Tested with Ubuntu 22.10 (from Proxmox templates), actually its consuming 100mb ## Docker -Docker-Images are available here: +Docker-Images are available here for Intel (x86), AMD (amd64) and ARM (arm64): - [Docker-Hub](https://hub.docker.com/repository/docker/collinwebdesigns/fastapi-dls): `collinwebdesigns/fastapi-dls:latest` - [GitLab-Registry](https://git.collinwebdesigns.de/oscar.krause/fastapi-dls/container_registry): `registry.git.collinwebdesigns.de/oscar.krause/fastapi-dls:latest` From 4b16b02a7d0a8c4f5c87c386de5413339f225849 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 26 Sep 2023 07:08:41 +0200 Subject: [PATCH 3/6] added macOS as supported host (using python-venv) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f60b16..b4a6147 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,10 @@ volumes: dls-db: ``` -## Debian/Ubuntu (manual method using `git clone` and python virtual environment) +## Debian/Ubuntu/macOS (manual method using `git clone` and python virtual environment) -Tested on `Debian 11 (bullseye)`, Ubuntu may also work. +Tested on `Debian 11 (bullseye)` and `macOS Ventura (13.6)`, Ubuntu may also work. **Please note that setup on macOS +differs from Debian based systems.** **Make sure you are logged in as root.** From 713e33eed1c8c730080ac33dafe62f3471a26d76 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 26 Sep 2023 07:08:58 +0200 Subject: [PATCH 4/6] added 16.1 as supported nvidia driver release --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a6147..9fc8f03 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,8 @@ Successfully tested with this package versions: | vGPU Suftware | Linux vGPU Manager | Linux Driver | Windows Driver | Release Date | |---------------|--------------------|--------------|----------------|---------------| -| `16.0` | `535.54.06` | `535.54.03` | `536.25` | July 2023 | +| `16.1` | `535.54.06` | `535.54.03` | `536.25` | August 2023 | +| `16.0` | `535.104.06` | `535.104.05` | `537.13` | July 2023 | | `15.3` | `525.125.03` | `525.125.06` | `529.11` | June 2023 | | `15.2` | `525.105.14` | `525.105.17` | `528.89` | March 2023 | | `15.1` | `525.85.07` | `525.85.05` | `528.24` | January 2023 | From 9512e29ed980e0d673482fc7f265a01da340a653 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 26 Sep 2023 07:09:06 +0200 Subject: [PATCH 5/6] requirements.txt updated --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 76e9181..4178b56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -fastapi==0.100.0 -uvicorn[standard]==0.22.0 +fastapi==0.103.1 +uvicorn[standard]==0.23.2 python-jose==3.3.0 -pycryptodome==3.18.0 +pycryptodome==3.19.0 python-dateutil==2.8.2 -sqlalchemy==2.0.18 -markdown==3.4.3 +sqlalchemy==2.0.21 +markdown==3.4.4 python-dotenv==1.0.0 From 51b28dcdc3b5a040d406a867dbbaa0d318619498 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 16 Oct 2023 09:50:24 +0200 Subject: [PATCH 6/6] updated ubuntu from 22.10 (EOL) to 23.04 --- .gitlab-ci.yml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37ac17b..a60359d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -193,7 +193,7 @@ test:debian: test:ubuntu: extends: .test:linux - image: ubuntu:22.10 + image: ubuntu:23.04 test:archlinux: image: archlinux:base diff --git a/README.md b/README.md index 9fc8f03..34b02fc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Only the clients need a connection to this service on configured port. - 4gb hdd - *maybe IPv6 must be disabled* -Tested with Ubuntu 22.10 (from Proxmox templates), actually its consuming 100mb ram and 750mb hdd. +Tested with Ubuntu 22.10 (EOL!) (from Proxmox templates), actually its consuming 100mb ram and 750mb hdd. **Prepare your system** @@ -318,7 +318,8 @@ Packages are available here: Successful tested with: - Debian 12 (Bookworm) -- Ubuntu 22.10 (Kinetic Kudu) +- Ubuntu 22.10 (Kinetic Kudu) (EOL!) +- Ubuntu 23.04 (Lunar) Not working with: