TYMichaelsen / covid19

Bioinformatic pipelines used to assemble SARS-CoV-2 genomes from DK
GNU General Public License v3.0
3 stars 3 forks source link

add install CUDA host driver #1

Closed biocyberman closed 4 years ago

biocyberman commented 4 years ago

Container using images with driver version >= 10.2 need similar driver on the host. CUDA is usually backward-compatible. So it is OK to install the latest version on the host and the containers use equally new or older version. The reverse doesn't work: Newer driver version in the containers is not runnable if host driver is older.