Set DEBIAN_FRONTEND=noninteractive for nvidia-cuda feature - #933
Conversation
Signed-off-by: Jean-Baptiste Louazel <jb@flex.ai>
Signed-off-by: Jean-Baptiste Louazel <jb@flex.ai>
@microsoft-github-policy-service agree company="FlexAI" |
Samruddhi Khandale (samruddhikhandale)
left a comment
There was a problem hiding this comment.
Makes sense, thanks for the fix!
Let's merge this PR when tests are 🟢
Thanks Samruddhi Khandale (@samruddhikhandale). Build is failing, but seems unrelated to my change:
Any idea what might be happening? |
|
I don't think the test failures should be related to your changes, however, can you install Adding to features/src/nvidia-cuda/install.sh Line 38 in 8362825 |
Signed-off-by: Jean-Baptiste Louazel <jb@flex.ai>
This reverts commit b7b2931.
This PR addresses an issue where the nvidia-cuda feature encounters debconf errors during setup due to the
DEBIAN_FRONTENDenvironment variable not being set. By exportingDEBIAN_FRONTEND=noninteractive, we align this feature with others in the repository and prevent errors related to non-interactive frontend initialization.Fixes #932