NVIDIA
NVIDIA Parabricks
Container
NVIDIA
NVIDIA Parabricks

NVIDIA Parabricks is an accelerated compute framework that supports applications across the genomics industry, primarily supporting analytical workflows for DNA, RNA, and somatic mutation detection applications.

  • LayerLabelCreated
    sha256:23e68fcf4038f76ef10dcbe1cb841ede85e37a0570fe25db629fe209a8c7c395RUN
    apt purge -y linux-iot-headers-5.4.0-1023 linux-modules-5.15.0-1045-oracle
    10/06/2023 6:24 PM UTC
    sha256:1c22cf294b8117ab32fc25d169da0ba839d9af0487b6500b1b58708fe26b34f4RUN
    apt remove -y linux-iot-headers-5.4.0-1023 linux-modules-5.15.0-1045-oracle
    10/06/2023 6:24 PM UTC
    sha256:e8d9d3da79beb62baa18d3541b0e9aa227a4f0d2e88a7e62dc5441897c5a2d6bRUN
    apt purge -y linux-image-5.15.0-1045-oracle linux-modules-5.15.0-1045-oracle linux-modules-nvidia-535-server-5.15.0-1040-oracle linux-modules-nvidia-535-server-oracle-edge linux-objects-nvidia-535-server-5.15.0-1045-oracle linux-signatures-nvidia-5.15.0-1045-oracle
    10/06/2023 6:24 PM UTC
    sha256:0c531809299182a0bb872694dc38eb86e8f0bf4528c72f9306fc7fcc2364c95aRUN
    apt remove -y linux-image-5.15.0-1045-oracle linux-modules-5.15.0-1045-oracle linux-modules-nvidia-535-server-5.15.0-1045-oracle linux-modules-nvidia-535-server-oracle-edge linux-objects-nvidia-535-server-5.15.0-1045-oracle linux-signatures-nvidia-5.15.0-1045-oracle
    10/06/2023 6:24 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    /bin/bash
    10/06/2023 3:38 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    10/06/2023 3:38 PM UTC
    sha256:4dd9df0e330cf3737978048618ae42bde33a1c0c70f9d18b6921292887ff9937RUN
    apt update &&
      apt update --fix-missing &&
      apt -y upgrade
    10/06/2023 3:38 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    CUFILE_LOGFILE_PATH=/tmp/cufile.log
    10/06/2023 3:38 PM UTC
    sha256:f1c4b43605485cb5e190efaa4e40bc1997bff9fcff646b4abec2486f134f59fbRUN
    apt-get update &&
      export CUDA_VERSION_MAJOR=$(echo $CUDA_VERSION | cut -d "." -f 1) &&
      export CUDA_VERSION_MINOR=$(echo $CUDA_VERSION | cut -d "." -f 2) &&
      apt-get install -y --no-install-recommends nvidia-gds-${CUDA_VERSION_MAJOR}-${CUDA_VERSION_MINOR} &&
      apt-get purge --autoremove -y curl &&
      rm -rf /var/lib/apt/lists/*
    10/06/2023 3:38 PM UTC
    sha256:7f8c06a5091e55b168e6e6301d63c1b49fea17af35a43aa885ad8b45a9babd9bRUN
    curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/${NVARCH}/3bf863cc.pub | apt-key add - &&
      echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/${NVARCH} /" > /etc/apt/sources.list.d/cuda.list
    10/06/2023 3:37 PM UTC