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:45eb64c9b7a2fa16bbb1d82140f5b64f05fb5240819dbb6f57803625bd28c13bRUN
    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:f3ecf010684a3aaaf8e28581ac7aeb86b67a4f5257f57ac0b6352add70c527eaRUN
    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:6b7e49dce552d12040b71cfff8b13c94aafa25e358aaee04bb694bd028fb0e6cCOPY
    --from=driver-builder ${OFED_SRC_LOCAL_DIR}/DEBS/${D_OS}/*/*.deb /root/
    01/01/0001 12:00 AM UTC
    sha256:5b88f8499fc36d4ff0f4899ec3d4205091094b96d222a1893cada2e5452dffdeRUN
    set -x &&
      apt-get clean autoclean &&
      rm -rf /var/lib/apt/lists/*
    01/01/0001 12:00 AM UTC
    sha256:bde6b347e9cd3c800457a396bfe6981dd5d6bb6acbf32ac35c5081544c84ba98RUN
    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:fefa6266461a2023ef866efa5676b823dc0a97b5871a3a94dadfb2e40b343a4fRUN
    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:53793dcef8e2e388958205b9127b159df3e6fb26373a6dc032b1854678170343COPY
    stig-fixer.sh /tmp/stig-fixer.sh
    01/01/0001 12:00 AM UTC
    sha256:73c0336220f4478dc6d6a9e39660f4d3dd4ad57730ed895a856e2fa1419cf490ADD
    ./loader.sh /root/loader.sh
    01/01/0001 12:00 AM UTC
    sha256:ae8863c24cc780aec1fa8d28262344f38c77add725f775fedbb4326fae050d65ADD
    ./entrypoint.sh /root/entrypoint.sh
    01/01/0001 12:00 AM UTC
    sha256:238e82f5a027ec1127e68100031f4d3771a30076032994b10c47f08adb53c2a7COPY
    --from=go_builder /workspace/build/entrypoint /root/entrypoint
    01/01/0001 12:00 AM UTC