Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1005 Bytes

File metadata and controls

31 lines (25 loc) · 1005 Bytes

cuQuantum SDK docker image

Docker image that provides nVidia's cuQuantum running environment with Python 3.

This image only run on nVidia supported docker

Prerequisite

Usage

docker run -it --rm --gpus all sanori/cuquantum-py

Note that the --gpus all option.

You can import cuquantum package in python.

When you try to run sample programs on https://github.com/NVIDIA/cuQuantum ,

  1. Clone the repo.
  2. Run the following command
    docker run -it --rm --gpus all -v $PWD/cuQuantum:/home/user/cuQuantum sanori/cuquantum-py
    
  3. Navigate the directories and run some programs.

Test if nVidia GPUs are connected

docker run -it --rm --gpus all sanori/cuquantum-py nvidia-smi