Skip to main content
NVIDIA
NVIDIA DOCA-OFED Driver
Container
NVIDIA
NVIDIA DOCA-OFED Driver

NVIDIA DOCA-OFED Driver for NVIDIA Network Adapters The NVIDIA DOCA-OFED driver container offers an alternative to the traditional DOCA-Host package-based installation by simply deploying a containerized driver image on the host.

  • LayerLabelCreated
    sha256:5fced733e03fe69302d05cec2308bb99d5a250f08a20c8100c04563abdd0024cRUN
    touch /lib/modules/${D_KERNEL_VER}/modules.order /lib/modules/${D_KERNEL_VER}/modules.builtin &&
      depmod ${D_KERNEL_VER}
    01/01/0001 12:00 AM UTC
    sha256:3fd46d1e7ab30a06c32aa81b8d04645693f4d8173bb80e7b13f14812ea7dd6b8RUN
    DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" /root/*.deb
    01/01/0001 12:00 AM UTC
    sha256:aa3ea8f809816ae29ce6671bab7ae4ef8f7da58afcdf90535f7c9a188a59bdfcCOPY
    --from=driver-builder ${OFED_SRC_LOCAL_DIR}/DEBS/${D_OS}/*/*.deb /root/
    01/01/0001 12:00 AM UTC
    sha256:cc8e69a0db7a928a02e0c79c0882fee4ad737de102a3781744bd3fd856f2de46RUN
    set -x &&
      apt-get clean autoclean &&
      rm -rf /var/lib/apt/lists/*
    01/01/0001 12:00 AM UTC
    sha256:230fa1219c5926d6973430a84c34bbd84e4b7b076c1e678f840158e01ab515b3RUN
    set -x &&
      DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" lsb-release &&
      test -n "${D_KERNEL_VER}" &&
      DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" linux-modules-extra-${D_KERNEL_VER} ||
      true &&
      if [ "$D_ENABLE_DKMS" = "true" ]; then DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dkms build-essential bison flex libelf-dev pkg-config zstd; fi
    01/01/0001 12:00 AM UTC
    sha256:253cff75f25734f4c9a8b3f51bf541beb82705bb3f001628fc0d79080c8da6caRUN
    set -x &&
      if [ "$STIG_COMPLIANT" = "true" ]; then chmod +x /tmp/stig-fixer.sh &&
      /tmp/stig-fixer.sh ; fi &&
      rm -f /tmp/stig-fixer.sh
    01/01/0001 12:00 AM UTC
    sha256:c0e8347e8cd32fb3d5a6fb7c12649c3c7f7621120ae4dee5f1dd3da512bab862COPY
    stig-fixer.sh /tmp/stig-fixer.sh
    01/01/0001 12:00 AM UTC
    sha256:383fc243d3fdf92a920430ebd9b9130e5e97bbc8adf68c75b2e540eae1abdb25ADD
    ./loader.sh /root/loader.sh
    01/01/0001 12:00 AM UTC
    sha256:b05ada2a5d9613af0c183dd7be878d131048529514e0bedc2fb77c6fcc1584bfADD
    ./entrypoint.sh /root/entrypoint.sh
    01/01/0001 12:00 AM UTC
    sha256:5cbcc96d216a8a6b05777c40a86292ac5e56e72d66b367cad24da596b28c5cc3COPY
    --from=go_builder /workspace/build/entrypoint /root/entrypoint
    01/01/0001 12:00 AM UTC