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:4ef0e83bd3294468cf107bb088fb3dd2b4574184da51e33fca25c60ff4527b30RUN
    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:9417a84c36ee1d2376f1a99058b8ceb20fe0ec7fa1fd5b3d922114519a4bf543RUN
    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:bf3a394e920e12406227802f3268cba3cfb778af24f56a7d9fcd144334a3b66cCOPY
    --from=driver-builder ${OFED_SRC_LOCAL_DIR}/DEBS/${D_OS}/*/*.deb /root/
    01/01/0001 12:00 AM UTC
    sha256:ade2397b69d2373d46907c8e1c0ab75f2951265ae1681e3e4d55a5f7c701fbb9RUN
    set -x &&
      apt-get clean autoclean &&
      rm -rf /var/lib/apt/lists/*
    01/01/0001 12:00 AM UTC
    sha256:96ac3eae8faaeda19957cfe5573ea6c1a4a84f7e1eb970278616ca87feec9143RUN
    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:677dae143e1bc33890e622ae0e23b681815eb0672d6d000bd3c413288088beb2RUN
    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:ac84b3046ad6b7d02ca94702b5a51bd5a2c269e07d4982628a8fe082bd26e751COPY
    stig-fixer.sh /tmp/stig-fixer.sh
    01/01/0001 12:00 AM UTC
    sha256:4c3403233d15ae6f2ff120121a03fe8b77b75a478356cd3ba9c4d575b8743d09ADD
    ./loader.sh /root/loader.sh
    01/01/0001 12:00 AM UTC
    sha256:aa2209e0985122c22048406cdef0d02118b2ac469d90dd369cdab21ac02dab5aADD
    ./entrypoint.sh /root/entrypoint.sh
    01/01/0001 12:00 AM UTC
    sha256:3ef3937b1a40f8001ca9dd021ed6516151a4554f6c11f01220ab9ba0735df425COPY
    --from=go_builder /workspace/build/entrypoint /root/entrypoint
    01/01/0001 12:00 AM UTC