NVIDIA
NVIDIA cuQuantum Appliance
Container
NVIDIA
NVIDIA cuQuantum Appliance

The NVIDIA cuQuantum Appliance is a highly performant multi-GPU multi-node solution for quantum circuit simulation.

  • LayerLabelCreated
    sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
    /home/cuquantum
    05/17/2024 11:08 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    /home/cuquantum/entrypoint.sh
    05/17/2024 11:08 PM UTC
    sha256:33018c1f9061ca401e24820ef995d191e721ca5f9e35e76133551f9014f1e5d7RUN
    /usr/bin/env bash --login -c install_command=( "conda" "activate" "cuquantum-24.03" "&&") ; install_command=( "conda" "install" "--yes" "'cuquantum-python=24.03'" "'cuquantum=24.03'" "&&") ; install_command+=( "sudo" "chmod" "777" "-R" "/home/cuquantum/downloads" "&&") ; install_command+=( "cd" "/home/cuquantum/downloads" "&&") ; install_command+=( "pip" "install" "qiskit~=1.0.0" "./wheels/*.whl" "&&") ; install_command+=( "cp" "-rv" "--remove-destination" "examples" "/home/cuquantum/" "&&") ; install_command+=( "cp" "LICENSE" "/home/cuquantum/" "&&") ; install_command+=( "cp" "entrypoint.sh" "/home/cuquantum/" "&&") ; install_command+=( "cd" "--" "&&") ; install_command+=("conda" "clean" "-favy" "&&") ; install_command+=( "pip" "cache" "purge" "&&") ; install_command+=( "rm" "-rf" "/home/cuquantum/.cache" "&&") ; install_command+=("sudo" "rm" "-rf" "/home/cuquantum/downloads") ; eval "${install_command[@]}"
    05/17/2024 11:08 PM UTC
    sha256:54a9d7976fc427cfcd4bd1ac591b995bdf77befa2e7312ab1472eb29e6555f98COPY
    ./24.03-cuda11.8.0-devel-ubuntu22.04-x86_64/ /home/cuquantum/downloads
    05/17/2024 11:07 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    cuquantum
    05/17/2024 11:07 PM UTC
    sha256:84f2ec32f6a65e63624311cc216bf0a6eff8797dad56a8362c38fe5b78d8d160RUN
    /usr/bin/env bash --login -c mkdir -p /var/tmp &&
      cd /var/tmp &&
      wget --no-check-certificate https://download.schedmd.com/slurm/slurm-23.11.1.tar.bz2 &&
      tar -xvf /var/tmp/slurm-23.11.1.tar.bz2 &&
      rm -rf /var/tmp/slurm-23.11.1.tar.bz2 &&
      cd /var/tmp/slurm-23.11.1 &&
      ./configure --with-pmix=/usr/local/pmix --with-munge=/usr/local/munge --prefix=/usr/slurm-23.11.1 &&
      cd /var/tmp/slurm-23.11.1 &&
      make -j &&
      make -j install &&
      cd /var/tmp/slurm-23.11.1/contribs/pmi2 &&
      make -j &&
      make -j install &&
      cd &&
      rm -rf /var/tmp/* &&
      sudo su -- root -c "update-alternatives --install /usr/local/slurm slurm /usr/slurm-23.11.1 100"
    05/17/2024 11:07 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    root
    05/17/2024 11:03 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    cuquantum
    05/17/2024 11:03 PM UTC
    sha256:1525864b16de022030fb75e552f1f5fcd3c936042cb5b27872cb3060eb15cb71RUN
    /usr/bin/env bash --login -c export DEBIAN_FRONTEND=noninteractive &&
      apt-get update --yes &&
      apt-get install --yes --no-install-recommends libhwloc-dev libevent-dev &&
      rm -rf /var/lib/apt/lists/* &&
      mkdir -p /var/tmp &&
      cd /var/tmp &&
      wget --no-check-certificate https://github.com/openpmix/openpmix/releases/download/v3.2.3/pmix-3.2.3.tar.gz &&
      tar -xvf /var/tmp/pmix-3.2.3.tar.gz &&
      rm -rf /var/tmp/pmix-3.2.3.tar.gz &&
      cd /var/tmp/pmix-3.2.3 &&
      ./configure --with-munge=/usr/local/munge --prefix=/usr/pmix-3.2.3 &&
      cd /var/tmp/pmix-3.2.3 &&
      make -j &&
      make -j install &&
      cd &&
      rm -rf /var/tmp/* &&
      unset DEBIAN_FRONTEND &&
      sudo su -- root -c "update-alternatives --install /usr/local/pmix pmix /usr/pmix-3.2.3 100"
    05/17/2024 11:03 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    root
    05/17/2024 11:01 PM UTC
    ...