Compare commits

..

No commits in common. "9512e29ed980e0d673482fc7f265a01da340a653" and "7480cb4cf7e0f9ab833a8aca58290919094f7baa" have entirely different histories.

2 changed files with 9 additions and 11 deletions

View File

@ -35,7 +35,7 @@ Tested with Ubuntu 22.10 (from Proxmox templates), actually its consuming 100mb
## Docker
Docker-Images are available here for Intel (x86), AMD (amd64) and ARM (arm64):
Docker-Images are available here:
- [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`
@ -102,10 +102,9 @@ volumes:
dls-db:
```
## Debian/Ubuntu/macOS (manual method using `git clone` and python virtual environment)
## Debian/Ubuntu (manual method using `git clone` and python virtual environment)
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.**
Tested on `Debian 11 (bullseye)`, Ubuntu may also work.
**Make sure you are logged in as root.**
@ -426,8 +425,7 @@ Successfully tested with this package versions:
| vGPU Suftware | Linux vGPU Manager | Linux Driver | Windows Driver | Release Date |
|---------------|--------------------|--------------|----------------|---------------|
| `16.1` | `535.54.06` | `535.54.03` | `536.25` | August 2023 |
| `16.0` | `535.104.06` | `535.104.05` | `537.13` | July 2023 |
| `16.0` | `535.54.06` | `535.54.03` | `536.25` | 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 |

View File

@ -1,8 +1,8 @@
fastapi==0.103.1
uvicorn[standard]==0.23.2
fastapi==0.100.0
uvicorn[standard]==0.22.0
python-jose==3.3.0
pycryptodome==3.19.0
pycryptodome==3.18.0
python-dateutil==2.8.2
sqlalchemy==2.0.21
markdown==3.4.4
sqlalchemy==2.0.18
markdown==3.4.3
python-dotenv==1.0.0