File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44RUN make _build-sriov-network-config-daemon BIN_PATH=build/_output/cmd
55
66FROM nvcr.io/nvstaging/mellanox/ubuntu-pro-stig:24.04
7- # We have to ensure that pciutils and dkms are installed. These packages are needed for mstfwreset to succeed.
7+ # We have to ensure that pciutils is installed. These packages are needed for mstfwreset to succeed.
88# xref pkg/vendors/mellanox/mellanox.go#L150
9- RUN apt update && apt -y install hwdata pciutils curl dkms
9+ RUN apt update && apt -y install hwdata pciutils curl
1010
1111ARG TARGETARCH
1212ENV MFT_VERSION=4.33.0-169
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ COPY . .
2626RUN make _build-sriov-network-config-daemon BIN_PATH=build/_output/cmd
2727
2828FROM ${BASE_IMAGE_DOCA_BASE_RT_HOST:-nvcr.io/nvidia/doca/doca:3.1.0-base-rt-host}
29- # We have to ensure that pciutils and dkms are installed. These packages are needed for mstfwreset to succeed.
29+ # We have to ensure that pciutils is installed. These packages are needed for mstfwreset to succeed.
3030# xref pkg/vendors/mellanox/mellanox.go#L150
31- RUN apt-get update && apt-get install -y hwdata pciutils curl dkms && apt-get clean && rm -rf /var/lib/apt/lists/*
31+ RUN apt-get update && apt-get install -y hwdata pciutils curl && apt-get clean && rm -rf /var/lib/apt/lists/*
3232
3333ARG TARGETARCH
3434ENV MFT_VERSION=4.33.0-169
You can’t perform that action at this time.
0 commit comments