debian_11_bullseye_et_cuda
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| debian_11_bullseye_et_cuda [2021/12/15 18:09] – serge | debian_11_bullseye_et_cuda [2022/06/18 11:58] (Version actuelle) – [Debian 11 Bullseye Mate et CUDA] serge | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Debian 11 Bullseye Mate et CUDA ====== | ====== Debian 11 Bullseye Mate et CUDA ====== | ||
| - | {{ : | + | <WRAP center round box 60% centeralign> |
| + | **How to install CUDA on Debian 11 Bullseye** | ||
| + | </ | ||
| + | |||
| + | <WRAP center round alert 60%> | ||
| + | !!!!!!!!! Ce tuto ne marche pas !!!!!!!!!!! | ||
| + | </ | ||
| ===== Installation Préliminaires ===== | ===== Installation Préliminaires ===== | ||
| * [[debian_installation_configuration|]] | * [[debian_installation_configuration|]] | ||
| Ligne 22: | Ligne 29: | ||
| </ | </ | ||
| <code bash> | <code bash> | ||
| - | sudo apt update | ||
| - | sudo apt upgrade | ||
| - | sudo apt install mate-menu mate-desktop-environment-extras locales ncdu git gnome-system-tools caja-open-terminal software-properties-common mate-tweak synaptic terminator geany geany-plugins git firmware-iwlwifi firmware-linux-nonfree | ||
| sudo dpkg --add-architecture i386 | sudo dpkg --add-architecture i386 | ||
| sudo apt update | sudo apt update | ||
| sudo apt upgrade | sudo apt upgrade | ||
| + | sudo apt install mate-menu mate-desktop-environment-extras locales ncdu git gnome-system-tools caja-open-terminal software-properties-common mate-tweak synaptic terminator geany geany-plugins git firmware-iwlwifi firmware-linux-nonfree | ||
| </ | </ | ||
| =====Cuda et Driver Nvidia===== | =====Cuda et Driver Nvidia===== | ||
| - | L' | + | L' |
| <code bash> | <code bash> | ||
| sudo apt install nvidia-cuda-toolkit nvidia-cuda-dev | sudo apt install nvidia-cuda-toolkit nvidia-cuda-dev | ||
| Ligne 46: | Ligne 51: | ||
| </ | </ | ||
| ====CuDNN==== | ====CuDNN==== | ||
| - | * https:// | ||
| - | |||
| Télécharger CuDNN à [[https:// | Télécharger CuDNN à [[https:// | ||
| Pour pouvoir télécharger, | Pour pouvoir télécharger, | ||
| + | Choisir un deb pour Ubuntu 20.04 ! | ||
| Exemple: | Exemple: | ||
| <code bash> | <code bash> | ||
| - | sudo dpkg -i libcudnn8_8.3.0.98-1+cuda11.5_amd64.deb | + | sudo dpkg -i libcudnn8_8.1.1.33-1+cuda11.2_amd64.deb |
| - | sudo dpkg -i libcudnn8-dev_8.3.0.98-1+cuda11.5_amd64.deb | + | sudo dpkg -i libcudnn8-dev_8.1.1.33-1+cuda11.2_amd64.deb |
| </ | </ | ||
| + | |||
| + | =====Compilation de OpenCV avec CUDA===== | ||
| {{tag> cuda ia linux opencv sb }} | {{tag> cuda ia linux opencv sb }} | ||
debian_11_bullseye_et_cuda.1639591774.txt.gz · Dernière modification : de serge
