i4Ds / Karabo-Pipeline

The Karabo Pipeline can be used as Digital Twin for SKA
https://i4ds.github.io/Karabo-Pipeline/
MIT License
11 stars 4 forks source link

fixed install commands doc for WSL2 #555

Closed Lukas113 closed 6 months ago

Lukas113 commented 6 months ago

closes #550

Hotfix to link shared libraries like cuda in /usr/lib/wsl/lib. Properly linking using ldconfig doesn't work, because NVIDIA doesn't install libcuda.so.1 as a symlink (see https://forums.developer.nvidia.com/t/wsl2-libcuda-so-and-libcuda-so-1-should-be-symlink/236301)

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.96%. Comparing base (a8276de) to head (62bfbb7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #555 +/- ## ======================================= Coverage 65.96% 65.96% ======================================= Files 49 49 Lines 4792 4792 ======================================= Hits 3161 3161 Misses 1631 1631 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.