From d7598a37c6523b287c1267dd1d934971e96f9937 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 21 Jan 2025 07:00:13 +0100 Subject: [PATCH 1/2] added another further reading link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc0cdf1..e06f778 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Only the clients need a connection to this service on configured port. * [NVIDIA vGPU Guide](https://gitlab.com/polloloco/vgpu-proxmox) - This document serves as a guide to install NVIDIA vGPU host drivers on the latest Proxmox VE version * [vgpu_unlock](https://github.com/DualCoder/vgpu_unlock) - Unlock vGPU functionality for consumer-grade Nvidia GPUs. * [vGPU_Unlock Wiki](https://docs.google.com/document/d/1pzrWJ9h-zANCtyqRgS7Vzla0Y8Ea2-5z2HEi4X75d2Q) - Guide for `vgpu_unlock` +* [Proxmox 8 vGPU in VMs and LXC Containers](https://medium.com/@dionisievldulrincz/proxmox-8-vgpu-in-vms-and-lxc-containers-4146400207a3) - Install *Merged Drivers* for using in Proxmox VMs and LXCs * [Proxmox All-In-One Installer Script](https://wvthoog.nl/proxmox-vgpu-v3/) - Also known as `proxmox-installer.sh` --- From 7db43cf61eb39ae30baad1999968cc152d154a49 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 21 Jan 2025 07:02:04 +0100 Subject: [PATCH 2/2] dependencies updated --- Dockerfile | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f1b1d0..07feb70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apk update \ && apk add --no-cache --virtual build-deps gcc g++ python3-dev musl-dev pkgconfig \ && apk add --no-cache curl postgresql postgresql-dev mariadb-dev sqlite-dev \ && pip install --no-cache-dir --upgrade uvicorn \ - && pip install --no-cache-dir psycopg2==2.9.10 mysqlclient==2.2.6 pysqlite3==0.5.4 \ + && pip install --no-cache-dir psycopg2==2.9.10 mysqlclient==2.2.7 pysqlite3==0.5.4 \ && pip install --no-cache-dir -r /tmp/requirements.txt \ && apk del build-deps diff --git a/requirements.txt b/requirements.txt index 1fb4868..20e0e53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -fastapi==0.115.5 -uvicorn[standard]==0.32.0 +fastapi==0.115.6 +uvicorn[standard]==0.34.0 python-jose==3.3.0 pycryptodome==3.21.0 python-dateutil==2.8.2 -sqlalchemy==2.0.36 +sqlalchemy==2.0.37 markdown==3.7 python-dotenv==1.0.1