Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libnvidia-nscq for Azure Linux #42

Merged

Conversation

henryli001
Copy link

Onboard the libnvidia-nscq RPM published by the Azure Linux team for the Azure Linux precompiled driver container

@@ -95,6 +95,9 @@ _install_driver() {

echo "Installing the NVIDIA fabricmanager"
tdnf install -y ${PACKAGE_DIR}/nvidia-fabric-manager-${DRIVER_VERSION}*.rpm

echo "Installing the NVIDIA NSCQ"
tdnf install -y ${PACKAGE_DIR}/libnvidia-nscq-${DRIVER_VERSION}*.rpm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: let's use one tdnf install statement to install fabric manager and nscq packages

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@henryli001 henryli001 force-pushed the lihl/add-libnvidia-nscq-for-azurelinux branch from c149feb to d61b033 Compare July 24, 2024 17:34
@henryli001 henryli001 requested a review from tariq1890 July 24, 2024 17:35
@tariq1890 tariq1890 merged commit af087f1 into NVIDIA:main Jul 24, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants