File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN curl -fsSL -o /etc/yum.repos.d/mariner-nvidia.repo \
18
18
# Create a location to store the pre-downloaded RPMs for installation during container runtime
19
19
RUN mkdir -p /opt/nvidia
20
20
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}
22
22
23
23
LABEL io.k8s.display-name="NVIDIA Driver Container"
24
24
LABEL name="NVIDIA Driver Container"
Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ _install_driver() {
95
95
96
96
echo " Installing the NVIDIA fabricmanager"
97
97
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
98
101
}
99
102
100
103
# Load the kernel modules and start persistenced.
You can’t perform that action at this time.
0 commit comments