Open pedro-avalos opened 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.13%. Comparing base (
2cc3162
) to head (bacb951
). Report is 10 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ok, the next step should be to get the repository setup part of the gpu-setup
script as a part of the deb packaging step. I'm thinking maybe a postinst
script should do the trick?
I'm wondering if the compiling should actually be part of postinst
instead of part of the manage.py build
step...
Description
Currently, the GPGPU provider depends on the user running a setup script after installing the provider. This script sets up the NVIDIA/AMD repositories to get the required packages from upstream (i.e. CUDA toolkit or ROCm). This has worked so far, but it is negatively affecting the way we test the provider, especially with automated setups.
Resolved issues
Resolves CHECKBOX-1519
Documentation
Tests