IKIM-Essen / EMCP-config

IaC configuration of the Essen Medical Computing Platform (EMCP)
BSD 2-Clause "Simplified" License
0 stars 4 forks source link

Don't install CUDA system-wide on GPU nodes #110

Closed enasca closed 1 year ago

enasca commented 1 year ago

Installing the CUDA packages via the package manager often creates dependency issue when updating the drivers. We can just avoid installing CUDA system-wide and let users install it via conda.

enasca commented 1 year ago

Installing cuda via conda works, so we'll just instruct users to do that.