# Instructions d'installation des nouveaux drivers NVIDIA Tesla P4

# 

1. **Téléchargez les nouveaux drivers :**

   [NVIDIA Drivers](https://ui.licensing.nvidia.com/software)

2. **Transférez-les sur le serveur CDN :**

   `cdn.favrep.ovh`

3. **Téléchargez les drivers sur Proxmox avec `wget` :**

   ```bash
   wget <URL_DU_DRIVER>
   ```

4. **Téléchargez le patch :**

   [Lien vers le patch](<URL_DU_PATCH>)

5. **Désinstallez les anciens drivers NVIDIA :**

   ```bash
   nvidia-uninstall
   ```

   [Instructions supplémentaires pour Pascal et les anciennes GPU](https://gitlab.com/polloloco/vgpu-proxmox#psa-for-pascal-and-older-gpus-like-the-p4-gtx-1080)

6. **Appliquez le patch aux drivers :**

   ```bash
   ./NVIDIA-Linux-x86_64-550.163.02-vgpu-kvm.run --apply-patch 550.163.02.patch 
   ```

7. **Téléchargez le fichier `vgpuConfig.xml` depuis le CDN :**

   ```bash
   wget --content-disposition --no-check-certificate https://lien.com/f.php?h=1nTXJqIG&d=1
   ```

8. **Remplacez le fichier `vgpuConfig.xml` :**

   ```bash
   mv vgpuConfig.xml /usr/share/nvidia/vgpu/vgpuConfig.xml
   ```