Skip to content

Commit c149feb

Browse files
author
Henry Li
committed
onboard libnvidia-nscq for azurelinux
1 parent ac7eb3e commit c149feb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

azurelinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN curl -fsSL -o /etc/yum.repos.d/mariner-nvidia.repo \
1818
# Create a location to store the pre-downloaded RPMs for installation during container runtime
1919
RUN mkdir -p /opt/nvidia
2020
RUN tdnf -y --downloadonly --downloaddir=/opt/nvidia install cuda-${DRIVER_VERSION}-${KERNEL_VERSION} \
21-
nvidia-fabric-manager-${DRIVER_VERSION}
21+
nvidia-fabric-manager-${DRIVER_VERSION} libnvidia-nscq-${DRIVER_VERSION}
2222

2323
LABEL io.k8s.display-name="NVIDIA Driver Container"
2424
LABEL name="NVIDIA Driver Container"

azurelinux/nvidia-driver

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ _install_driver() {
9595

9696
echo "Installing the NVIDIA fabricmanager"
9797
tdnf install -y ${PACKAGE_DIR}/nvidia-fabric-manager-${DRIVER_VERSION}*.rpm
98+
99+
echo "Installing the NVIDIA NSCQ"
100+
tdnf install -y ${PACKAGE_DIR}/libnvidia-nscq-${DRIVER_VERSION}*.rpm
98101
}
99102

100103
# Load the kernel modules and start persistenced.

0 commit comments

Comments
 (0)